16 #ifndef ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_IPCHANDLERREGISTRATIONINTERFACE_H_ 17 #define ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_IPCHANDLERREGISTRATIONINTERFACE_H_ 25 namespace sampleApplications {
26 namespace ipcServerSampleApp {
48 std::weak_ptr<IPCHandlerBase> handler) = 0;
64 #endif // ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_IPCHANDLERREGISTRATIONINTERFACE_H_
Definition: IPCHandlerRegistrationInterface.h:32
::std::string string
Definition: gtest-port.h:1097
virtual bool deregisterHandler(const std::string &ipcNamespace)=0
virtual std::shared_ptr< IPCDispatcherInterface > registerHandler(const std::string &ipcNamespace, std::weak_ptr< IPCHandlerBase > handler)=0
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
virtual ~IPCHandlerRegistrationInterface()=default