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

Go to the source code of this file.

Functions

 PyCallable_Make_InnerDispatcher (NetService) NetService
 

Function Documentation

PyCallable_Make_InnerDispatcher ( NetService  )

Definition at line 33 of file NetService.cpp.

References m_dispatch, and PyCallable_REG_CALL.

36 : PyService(mgr, "machoNet"),
37  m_dispatch(new Dispatcher(this))
38 {
39  _SetCallDispatcher(m_dispatch);
40 
42  PyCallable_REG_CALL(NetService, GetInitVals);
43  PyCallable_REG_CALL(NetService, GetClusterSessionStatistics);
44 }
Dispatcher *const m_dispatch
#define PyCallable_REG_CALL(c, m)
Definition: PyServiceCD.h:78