16 #ifndef AACE_ALEXA_DO_NOT_DISTURB_H    17 #define AACE_ALEXA_DO_NOT_DISTURB_H    19 #include <AACE/Core/PlatformInterface.h>    20 #include "AlexaEngineInterfaces.h"    61     void setEngineInterface(std::shared_ptr<aace::alexa::DoNotDisturbEngineInterface> doNotDisturbEngineInterface);
    64     std::weak_ptr<aace::alexa::DoNotDisturbEngineInterface> m_doNotDisturbEngineInterface;
    70 #endif  // AACE_ALEXA_DO_NOT_DISTURB_H virtual void setDoNotDisturb(const bool doNotDisturb)=0
Definition: DoNotDisturb.h:33
Definition: AddressBook.h:26
bool doNotDisturbChanged(const bool doNotDisturb)
Definition: DoNotDisturb.cpp:23