9 #ifndef SERVER_ACTION_MGR_HPP_
10 #define SERVER_ACTION_MGR_HPP_
12 #include <rad/ActionMgr.hpp>
13 #include <rad/Dispatcher.hpp>
14 #include <rad/MsgReplier.hpp>
15 #include <rad/SMAdapter.hpp>
17 #include <scxml4cpp/EventQueue.h>
19 #include <boost/asio.hpp>
55 DataContext& the_data);
71 #endif // {cookiecutter.module_name|upper}}_ACTION_MGR_HPP_
virtual ~ActionMgr()
Definition: actionMgr.cpp:27
Definition: MsgReplier.hpp:29
ActionMgr & operator=(const ActionMgr &)=delete
Disable copy constructor.
ActionMgr()
Definition: actionMgr.cpp:23
def server
Definition: hellorad.py:88
Definition: ActionMgr.hpp:38
Definition: Dispatcher.hpp:22
Definition: SMAdapter.hpp:43
void CreateActions(boost::asio::io_service &ios, rad::Dispatcher &dispatcher, rad::MsgReplier &msg_replier, DataContext &the_data)
Definition: actionMgr.cpp:31
void CreateActivities(DataContext &the_data, rad::SMAdapter &sm)
Definition: actionMgr.cpp:113