EvEmu
0.8.4
11 September 2021
|
#include "netStateServer.h"
Public Member Functions | |
netStateServer.h | |
not sure yet system for EVEmu : Allan
| |
netStateServer (PyServiceMgr *mgr) | |
~netStateServer () | |
![]() | |
PyService (PyServiceMgr *mgr, const char *serviceName) | |
virtual | ~PyService () |
virtual PyResult | Call (const std::string &method, PyCallArgs &args) |
const char * | GetName () const |
![]() | |
PyCallable () | |
virtual | ~PyCallable () |
Protected Attributes | |
Dispatcher *const | m_dispatch |
![]() | |
PyServiceMgr *const | m_manager |
Definition at line 20 of file netStateServer.h.
netStateServer::netStateServer | ( | PyServiceMgr * | mgr | ) |
Definition at line 34 of file netStateServer.cpp.
References PyCallable::_SetCallDispatcher(), and m_dispatch.
netStateServer::~netStateServer | ( | ) |
|
protected |
Definition at line 28 of file netStateServer.h.
Referenced by netStateServer(), and ~netStateServer().