1.00.0
C++ Simulated Travel-Oriented Distribution System Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
FacDsimServiceContext.hpp
Go to the documentation of this file.
1
#ifndef __TVLSIM_FAC_FACTVLSIMSERVICECONTEXT_HPP
2
#define __TVLSIM_FAC_FACTVLSIMSERVICECONTEXT_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <string>
9
// StdAir
10
#include <stdair/stdair_date_time_types.hpp>
11
#include <stdair/service/FacServiceAbstract.hpp>
12
13
namespace
TVLSIM {
14
16
class
TVLSIM_ServiceContext;
17
19
class
FacDsimServiceContext
:
public
stdair::FacServiceAbstract {
20
public
:
21
25
static
FacDsimServiceContext
&
instance
();
26
31
~FacDsimServiceContext
();
32
36
TVLSIM_ServiceContext
&
create
();
37
38
39
protected
:
43
FacDsimServiceContext
() {}
44
45
private
:
47
static
FacDsimServiceContext
* _instance;
48
};
49
50
}
51
#endif // __TVLSIM_FAC_FACTVLSIMSERVICECONTEXT_HPP
Generated on Wed Dec 26 2012 01:13:38 for TvlSim by
1.8.1.1