EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
DogmaIMService.cpp File Reference
Include dependency graph for DogmaIMService.cpp:

Go to the source code of this file.

Classes

class  DogmaIMBound
 

Functions

 PyCallable_Make_InnerDispatcher (DogmaIMService) DogmaIMService
 

Function Documentation

PyCallable_Make_InnerDispatcher ( DogmaIMService  )

Definition at line 137 of file DogmaIMService.cpp.

References m_dispatch, and PyCallable_REG_CALL.

141 : PyService(mgr, "dogmaIM"), // IM = Instance Manager, also LM = Location Manager
142  m_dispatch(new Dispatcher(this))
143 {
144  _SetCallDispatcher(m_dispatch);
145 
146  PyCallable_REG_CALL(DogmaIMService, GetAttributeTypes);
147 }
Dispatcher *const m_dispatch
#define PyCallable_REG_CALL(c, m)
Definition: PyServiceCD.h:78