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

Go to the source code of this file.

Functions

 PyCallable_Make_InnerDispatcher (InfoGatheringMgr) InfoGatheringMgr
 

Function Documentation

PyCallable_Make_InnerDispatcher ( InfoGatheringMgr  )

Definition at line 31 of file InfoGatheringMgr.cpp.

References m_dispatch, and PyCallable_REG_CALL.

34 : PyService(mgr, "infoGatheringMgr"),
35  m_dispatch(new Dispatcher(this))
36 {
37  _SetCallDispatcher(m_dispatch);
38 
39  PyCallable_REG_CALL(InfoGatheringMgr, GetStateAndConfig);
40  PyCallable_REG_CALL(InfoGatheringMgr, LogInfoEventsFromClient);
41 
42 }
Dispatcher *const m_dispatch
#define PyCallable_REG_CALL(c, m)
Definition: PyServiceCD.h:78