29 #ifndef HYPERSPACE_REQUESTHANDLERATTREXISTS_H
30 #define HYPERSPACE_REQUESTHANDLERATTREXISTS_H
86 #endif // HYPERSPACE_REQUESTHANDLERATTREXISTS_H
Declarations of ApplicationHandler.
std::shared_ptr< Event > EventPtr
Smart pointer to Event.
Master * m_master
Hyperspace master
uint64_t m_session_id
Session ID
Entry point to AsyncComm service.
virtual void run()
Unmarshalls request parameters and calls Master::attr_exists().
RequestHandlerAttrExists(Comm *comm, Master *master, uint64_t session_id, EventPtr &event)
Constructor.
Base clase for application handlers.
Unmarshalls request parameters and calls Master::attr_exists().
Comm * m_comm
Comm instance.