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

Go to the source code of this file.

Functions

 PyCallable_Make_InnerDispatcher (SkillMgrService) PyCallable_Make_InnerDispatcher(SkillMgrBound) SkillMgrService
 

Function Documentation

PyCallable_Make_InnerDispatcher ( SkillMgrService  )

Definition at line 32 of file SkillMgrService.cpp.

References m_dispatch.

36 : PyService(mgr, "skillMgr"),
37  m_dispatch(new Dispatcher(this))
38 {
39  _SetCallDispatcher(m_dispatch);
40 }
Dispatcher *const m_dispatch