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

Go to the source code of this file.

Functions

 PyCallable_Make_InnerDispatcher (StationSvc) StationSvc
 

Function Documentation

PyCallable_Make_InnerDispatcher ( StationSvc  )

Definition at line 38 of file StationSvc.cpp.

References m_dispatch, and PyCallable_REG_CALL.

41 : PyService(mgr, "stationSvc"),
42  m_dispatch(new Dispatcher(this))
43 {
44  _SetCallDispatcher(m_dispatch);
45 
46  PyCallable_REG_CALL(StationSvc, GetStationItemBits);
47  PyCallable_REG_CALL(StationSvc, GetSolarSystem);
48  PyCallable_REG_CALL(StationSvc, GetStation);
49  PyCallable_REG_CALL(StationSvc, GetAllianceSystems);
50  PyCallable_REG_CALL(StationSvc, GetSystemsForAlliance);
51 }
Dispatcher *const m_dispatch
#define PyCallable_REG_CALL(c, m)
Definition: PyServiceCD.h:78