9 #ifndef SERVER_ACTION_MGR_HPP_
10 #define SERVER_ACTION_MGR_HPP_
18 #include <boost/asio.hpp>
Definition: actionMgr.hpp:40
Definition: msgReplier.hpp:28
Definition: smAdapter.hpp:60
Definition: actionMgr.hpp:37
virtual ~ActionMgr()
Definition: actionMgr.cpp:35
void CreateActions(boost::asio::io_context &ios, rad::SMAdapter &sm, rad::MsgReplier &msg_replier, DataContext &the_data)
Definition: actionMgr.cpp:45
ActionMgr()
Definition: actionMgr.cpp:30
ActionMgr(const ActionMgr &)=delete
ActionMgr & operator=(const ActionMgr &)=delete
Disable copy constructor.
void CreateActivities(DataContext &the_data, rad::SMAdapter &sm)
Definition: actionMgr.cpp:170
Definition: dataContext.hpp:21
MsgReplier class header file.
Definition: actionMgr.cpp:25
SMAdapter class header file.
ActionMgr class header file.