EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
PlanetMgrBound.cpp File Reference
#include "eve-server.h"
#include "PyBoundObject.h"
#include "PyServiceCD.h"
#include "packets/Planet.h"
#include "planet/Colony.h"
#include "planet/Planet.h"
#include "planet/PlanetMgr.h"
#include "planet/PlanetMgrBound.h"
#include "system/SystemManager.h"
Include dependency graph for PlanetMgrBound.cpp:

Go to the source code of this file.

Classes

class  PlanetMgrBound
 

Functions

 PyCallable_Make_InnerDispatcher (PlanetMgrService) PlanetMgrService
 

Function Documentation

PyCallable_Make_InnerDispatcher ( PlanetMgrService  )

Definition at line 141 of file PlanetMgrBound.cpp.

References m_dispatch, and PyCallable_REG_CALL.

144 : PyService(mgr, "planetMgr"), /*planetBaseBroker is for dust*/
145  m_dispatch(new Dispatcher(this))
146 {
147  _SetCallDispatcher(m_dispatch);
148 
150  PyCallable_REG_CALL(PlanetMgrService, DeleteLaunch);
151  PyCallable_REG_CALL(PlanetMgrService, GetPlanetsForChar);
152  PyCallable_REG_CALL(PlanetMgrService, GetMyLaunchesDetails);
153 }
Dispatcher *const m_dispatch
#define PyCallable_REG_CALL(c, m)
Definition: PyServiceCD.h:78