EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
CorpFittingMgr.h
Go to the documentation of this file.
1 /*
2  *
3  */
4 
5 #ifndef EVE_COPORATION_FITTING_MGR_H
6 #define EVE_COPORATION_FITTING_MGR_H
7 
8 #include "PyService.h"
9 
11 {
12 public:
14  virtual ~CorpFittingMgr();
15 
16 protected:
17  class Dispatcher;
18  Dispatcher *const m_dispatch;
19 
20  PyCallable_DECL_CALL(GetFittings);
21  PyCallable_DECL_CALL(SaveFitting);
22  PyCallable_DECL_CALL(SaveManyFittings);
23  PyCallable_DECL_CALL(DeleteFitting);
24  PyCallable_DECL_CALL(UpdateNameAndDescription);
25 
26 };
27 
28 #endif // EVE_COPORATION_FITTING_MGR_H
Dispatcher *const m_dispatch
CorpFittingMgr(PyServiceMgr *mgr)
virtual ~CorpFittingMgr()
PyCallable_DECL_CALL(GetFittings)