EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SovereigntyMgrService.cpp File Reference
Include dependency graph for SovereigntyMgrService.cpp:

Go to the source code of this file.

Functions

 PyCallable_Make_InnerDispatcher (SovereigntyMgrService) SovereigntyMgrService
 

Function Documentation

PyCallable_Make_InnerDispatcher ( SovereigntyMgrService  )

Definition at line 35 of file SovereigntyMgrService.cpp.

References m_dispatch, and PyCallable_REG_CALL.

38 : PyService(mgr, "sovMgr"),
39  m_dispatch(new Dispatcher(this))
40 {
41  _SetCallDispatcher(m_dispatch);
42 
43  PyCallable_REG_CALL(SovereigntyMgrService, GetSystemSovereigntyInfo);
44 }
Dispatcher *const m_dispatch
#define PyCallable_REG_CALL(c, m)
Definition: PyServiceCD.h:78