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

Go to the source code of this file.

Functions

 PyCallable_Make_InnerDispatcher (CorpRegistryService) CorpRegistryService
 

Function Documentation

PyCallable_Make_InnerDispatcher ( CorpRegistryService  )
Note
: all of these are skeleton code only

Definition at line 51 of file CorpRegistryService.cpp.

References m_dispatch, and PyCallable_REG_CALL.

54 : PyService(mgr, "corpRegistry"),
55  m_dispatch(new Dispatcher(this))
56 {
57  _SetCallDispatcher(m_dispatch);
58 
61  PyCallable_REG_CALL(CorpRegistryService, GetRecentKillsAndLosses);
62  PyCallable_REG_CALL(CorpRegistryService, GetCorporateContacts);
63  PyCallable_REG_CALL(CorpRegistryService, AddCorporateContact);
64  PyCallable_REG_CALL(CorpRegistryService, EditCorporateContact);
65  PyCallable_REG_CALL(CorpRegistryService, RemoveCorporateContacts);
66  PyCallable_REG_CALL(CorpRegistryService, EditContactsRelationshipID);
74 }
Dispatcher *const m_dispatch
#define PyCallable_REG_CALL(c, m)
Definition: PyServiceCD.h:78