16 #ifndef ACSDKSHUTDOWNMANAGER_SHUTDOWNMANAGER_H_ 17 #define ACSDKSHUTDOWNMANAGER_SHUTDOWNMANAGER_H_ 25 namespace acsdkShutdownManager {
41 const std::shared_ptr<acsdkShutdownManagerInterfaces::ShutdownNotifierInterface>& notifier);
54 ShutdownManager(
const std::shared_ptr<acsdkShutdownManagerInterfaces::ShutdownNotifierInterface>& notifier);
57 std::shared_ptr<acsdkShutdownManagerInterfaces::ShutdownNotifierInterface> m_notifier;
63 #endif // ACSDKSHUTDOWNMANAGER_SHUTDOWNMANAGER_H_
static std::shared_ptr< acsdkShutdownManagerInterfaces::ShutdownManagerInterface > createShutdownManagerInterface(const std::shared_ptr< acsdkShutdownManagerInterfaces::ShutdownNotifierInterface > ¬ifier)
Definition: ShutdownManager.h:33
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Definition: ShutdownManagerInterface.h:28