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

Go to the source code of this file.

Classes

class  PlanetORBBound
 

Functions

 PyCallable_Make_InnerDispatcher (PlanetORB) PlanetORB
 

Function Documentation

PyCallable_Make_InnerDispatcher ( PlanetORB  )

Definition at line 76 of file PlanetORBBound.cpp.

References m_dispatch.

80 : PyService(mgr, "planetOrbitalRegistryBroker"),
81  m_dispatch(new Dispatcher(this))
82 {
83  _SetCallDispatcher(m_dispatch);
84 
85  //PyCallable_REG_CALL(PlanetORB, );
86  //PyCallable_REG_CALL(PlanetORB, );
87 }
Dispatcher *const m_dispatch