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

Go to the source code of this file.

Classes

class  WarRegistryBound
 

Functions

 PyCallable_Make_InnerDispatcher (WarRegistryService) WarRegistryService
 

Function Documentation

PyCallable_Make_InnerDispatcher ( WarRegistryService  )

Definition at line 84 of file WarRegistryService.cpp.

References m_dispatch.

87 : PyService(mgr, "warRegistry"),
88  m_dispatch(new Dispatcher(this))
89 {
90  _SetCallDispatcher(m_dispatch);
91 }
Dispatcher *const m_dispatch