SEvMgr Logo  1.00.0
C++ Simulation-Oriented Discrete Event Management Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
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
10 #include <sevmgr/SEVMGR_Types.hpp>
11 
12 namespace 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