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