1.00.0
C++ Simulation-Oriented Discrete Event Management Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
24
static
FacSEVMGRServiceContext
&
instance
();
25
30
~FacSEVMGRServiceContext
();
31
35
SEVMGR_ServiceContext
&
create
();
36
37
38
protected
:
42
FacSEVMGRServiceContext
() {}
43
44
private
:
46
static
FacSEVMGRServiceContext
* _instance;
47
};
48
49
}
50
#endif // __SEVMGR_FAC_FACSEVMGRSERVICECONTEXT_HPP
Generated on Sun Dec 23 2012 11:16:36 for SEvMgr by
1.8.1.1