EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
RepairService.cpp File Reference
#include "eve-server.h"
#include "PyBoundObject.h"
#include "PyServiceCD.h"
#include "Client.h"
#include "packets/Repair.h"
#include "ship/ShipDB.h"
#include "station/RepairService.h"
#include "station/Station.h"
#include "system/SystemManager.h"
Include dependency graph for RepairService.cpp:

Go to the source code of this file.

Classes

class  RepairSvcBound
 

Functions

 PyCallable_Make_InnerDispatcher (RepairService) RepairService
 

Function Documentation

PyCallable_Make_InnerDispatcher ( RepairService  )

Definition at line 75 of file RepairService.cpp.

References m_dispatch, and PyCallable_REG_CALL.

78 : PyService(mgr, "repairSvc"),
79  m_dispatch(new Dispatcher(this))
80 {
81  _SetCallDispatcher(m_dispatch);
82 
83  PyCallable_REG_CALL(RepairService, UnasembleItems);
84 }
Dispatcher *const m_dispatch
#define PyCallable_REG_CALL(c, m)
Definition: PyServiceCD.h:78