22 #ifndef Hyperspace_ServerConnectionHandler_h
23 #define Hyperspace_ServerConnectionHandler_h
53 #endif // Hyperspace_ServerConnectionHandler_h
virtual void handle(EventPtr &event)
Callback method.
Abstract base class for application dispatch handlers registered with AsyncComm.
uint32_t m_maintenance_interval
std::shared_ptr< Master > MasterPtr
std::shared_ptr< Event > EventPtr
Smart pointer to Event.
Declarations for DispatchHandler.
Compatibility Macros for C/C++.
ServerConnectionHandler(ApplicationQueuePtr &app_queue, MasterPtr &master)
Entry point to AsyncComm service.
Declarations for ApplicationQueue.
std::shared_ptr< ApplicationQueue > ApplicationQueuePtr
Shared smart pointer to ApplicationQueue object.
ApplicationQueuePtr m_app_queue