EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
zActionServer.h
Go to the documentation of this file.
1 
13 #ifndef _EVEMU_QATOOLS_ZACTION_SERVER_H
14 #define _EVEMU_QATOOLS_ZACTION_SERVER_H
15 
16 
17 #include "PyService.h"
18 
19 
21 : public PyService
22 {
23 public:
26 
27 
28 protected:
29  class Dispatcher;
30  Dispatcher *const m_dispatch;
31 
32  PyCallable_DECL_CALL(RequestActionStart);
33  PyCallable_DECL_CALL(QA_RequestForceActionStart);
34 
35 };
36 
37 
38 #endif // _EVEMU_QATOOLS_ZACTION_SERVER_H
39 
40 
PyCallable_DECL_CALL(RequestActionStart)
zActionServer(PyServiceMgr *mgr)
Dispatcher *const m_dispatch
Definition: zActionServer.h:29