16 #ifndef ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_DONOTDISTURBHANDLER_H_ 17 #define ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_DONOTDISTURBHANDLER_H_ 27 namespace sampleApplications {
28 namespace ipcServerSampleApp {
37 ,
public std::enable_shared_from_this<DoNotDisturbHandler> {
46 static std::shared_ptr<DoNotDisturbHandler>
create(
47 std::shared_ptr<IPCHandlerRegistrationInterface> ipcHandlerRegistrar,
48 std::shared_ptr<DoNotDisturbHandlerInterface> doNotDisturbComponent);
73 std::shared_ptr<IPCHandlerRegistrationInterface> ipcHandlerRegistrar,
74 std::shared_ptr<DoNotDisturbHandlerInterface> doNotDisturbComponent);
77 std::shared_ptr<IPCHandlerRegistrationInterface> m_ipcHandlerRegistrar;
80 std::shared_ptr<IPCDispatcherInterface> m_ipcDispatcher;
83 std::shared_ptr<DoNotDisturbHandlerInterface> m_doNotDisturbComponent;
91 #endif // ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_DONOTDISTURBHANDLER_H_ Definition: DoNotDisturbHandler.h:34
void doShutdown() override
void registerHandlers()
Register this handler for its namespace and its methods for the corresponding namespace functions...
Definition: RequiresShutdown.h:32
Definition: IPCHandlerBase.h:33
static std::shared_ptr< DoNotDisturbHandler > create(std::shared_ptr< IPCHandlerRegistrationInterface > ipcHandlerRegistrar, std::shared_ptr< DoNotDisturbHandlerInterface > doNotDisturbComponent)
void dispatchSetDoNotDisturbState(bool enabled)
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36