SEvMgr Logo  1.00.9
C++ Simulation-Oriented Discrete Event Management Library
Loading...
Searching...
No Matches
FacSEVMGRServiceContext.hpp
Go to the documentation of this file.
1#ifndef __SEVMGR_FAC_FACSEVMGRSERVICECONTEXT_HPP
2#define __SEVMGR_FAC_FACSEVMGRSERVICECONTEXT_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7// StdAir
8#include <stdair/service/FacServiceAbstract.hpp>
9// Sevmgr
11
12namespace SEVMGR {
13
15 class SEVMGR_ServiceContext;
16
18 class FacSEVMGRServiceContext : public stdair::FacServiceAbstract {
19 public:
20
25
31
36
37
38 protected:
43
44 private:
46 static FacSEVMGRServiceContext* _instance;
47 };
48
49}
50#endif // __SEVMGR_FAC_FACSEVMGRSERVICECONTEXT_HPP
static FacSEVMGRServiceContext & instance()
Class holding the context of the Sevmgr services.