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