27 #ifndef FsBroker_Lib_Request_Handler_Read_h
28 #define FsBroker_Lib_Request_Handler_Read_h
75 #endif // FsBroker_Lib_Request_Handler_Read_h
Application handler for read function.
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.
Read(Comm *comm, Broker *broker, EventPtr &event)
Constructor.
Entry point to AsyncComm service.
Comm * m_comm
Pointer to comm layer.
Base clase for application handlers.
virtual void run()
Invokes the read function.