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

Go to the source code of this file.

Functions

 PyCallable_Make_InnerDispatcher (SlashService) SlashService
 

Function Documentation

PyCallable_Make_InnerDispatcher ( SlashService  )

Definition at line 34 of file SlashService.cpp.

References m_dispatch, and PyCallable_REG_CALL.

37 : PyService(mgr, "slash"),
38  m_dispatch(new Dispatcher(this)),
39  m_commandDispatch(cd)
40 {
41  _SetCallDispatcher(m_dispatch);
42 
44 }
Dispatcher *const m_dispatch
#define PyCallable_REG_CALL(c, m)
Definition: PyServiceCD.h:78