27 #ifndef FsBroker_Lib_Request_Handler_Debug_h
28 #define FsBroker_Lib_Request_Handler_Debug_h
76 #endif // FsBroker_Lib_Request_Handler_Debug_h
Declarations of ApplicationHandler.
Abstract class to be implemented by brokers.
std::shared_ptr< Event > EventPtr
Smart pointer to Event.
Broker * m_broker
Pointer to file system broker object.
virtual void run()
Invokes the debug function.
Comm * m_comm
Pointer to comm layer.
Application handler for debug function.
Entry point to AsyncComm service.
Base clase for application handlers.
Debug(Comm *comm, Broker *broker, EventPtr &event)
Constructor.