EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
WorldSpaceServer.h
Go to the documentation of this file.
1 
11 #ifndef __EVE_SYSTEM_WORLDSPACE_H_
12 #define __EVE_SYSTEM_WORLDSPACE_H_
13 
14 #include "PyService.h"
15 
17 : public PyService
18 {
19 public:
21  virtual ~WorldSpaceServer();
22 
23 protected:
24  class Dispatcher;
25  Dispatcher *const m_dispatch;
26 
27  PyCallable_DECL_CALL(GetWorldSpaceTypeIDFromWorldSpaceID);
28  PyCallable_DECL_CALL(GetWorldSpaceMachoAddress);
29 
30  //PyCallable_DECL_CALL()
31 
32  //overloaded in order to support bound objects:
33  //virtual PyBoundObject *CreateBoundObject(Client* pClient, const PyRep* bind_args);
34 };
35 
36 #endif // __EVE_SYSTEM_WORLDSPACE_H_
PyCallable_DECL_CALL(GetWorldSpaceTypeIDFromWorldSpaceID)
Dispatcher *const m_dispatch
virtual ~WorldSpaceServer()
WorldSpaceServer(PyServiceMgr *mgr)