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