EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
JumpCloneService.cpp File Reference
#include "eve-server.h"
#include "PyBoundObject.h"
#include "PyServiceCD.h"
#include "station/JumpCloneService.h"
Include dependency graph for JumpCloneService.cpp:

Go to the source code of this file.

Classes

class  JumpCloneBound
 

Functions

 PyCallable_Make_InnerDispatcher (JumpCloneService) JumpCloneService
 

Function Documentation

PyCallable_Make_InnerDispatcher ( JumpCloneService  )

Definition at line 96 of file JumpCloneService.cpp.

References m_dispatch.

99 : PyService(mgr, "jumpCloneSvc"),
100  m_dispatch(new Dispatcher(this))
101 {
102  _SetCallDispatcher(m_dispatch);
103 
104  //PyCallable_REG_CALL(JumpCloneService, GetShipCloneState);
105 }
Dispatcher *const m_dispatch