16 #ifndef ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_INTERACTIONMANAGERHANDLER_H_ 17 #define ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_INTERACTIONMANAGERHANDLER_H_ 27 namespace sampleApplications {
28 namespace ipcServerSampleApp {
37 ,
public std::enable_shared_from_this<InteractionManagerHandler> {
46 static std::shared_ptr<InteractionManagerHandler>
create(
47 std::shared_ptr<IPCHandlerRegistrationInterface> ipcHandlerRegistrar,
48 std::shared_ptr<InteractionManagerHandlerInterface> interactionManagerComponent);
66 std::shared_ptr<IPCHandlerRegistrationInterface> ipcHandlerRegistrar,
67 std::shared_ptr<InteractionManagerHandlerInterface> interactionManagerComponent);
70 std::shared_ptr<IPCHandlerRegistrationInterface> m_ipcHandlerRegistrar;
73 std::shared_ptr<IPCDispatcherInterface> m_ipcDispatcher;
76 std::shared_ptr<InteractionManagerHandlerInterface> m_interactionManagerComponent;
84 #endif // ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_INTERACTIONMANAGERHANDLER_H_
Definition: RequiresShutdown.h:32
Definition: InteractionManagerHandler.h:34
Definition: IPCHandlerBase.h:33
static std::shared_ptr< InteractionManagerHandler > create(std::shared_ptr< IPCHandlerRegistrationInterface > ipcHandlerRegistrar, std::shared_ptr< InteractionManagerHandlerInterface > interactionManagerComponent)
void doShutdown() override
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
void registerHandlers()
Register this handler for its namespace and its methods for the corresponding namespace functions...