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

Go to the source code of this file.

Functions

 PyCallable_Make_InnerDispatcher (ReprocessingService) PyCallable_Make_InnerDispatcher(ReprocessingServiceBound) ReprocessingService
 

Function Documentation

PyCallable_Make_InnerDispatcher ( ReprocessingService  )
Todo:
update this entire file...

Definition at line 49 of file ReprocessingService.cpp.

References m_dispatch.

53 : PyService(mgr, "reprocessingSvc"),
54  m_dispatch(new Dispatcher(this))
55 {
56  _SetCallDispatcher(m_dispatch);
57 }
Dispatcher *const m_dispatch