TvlSim Logo  1.00.0
C++ Simulated Travel-Oriented Distribution System Library
 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 
26 
32 
37 
38 
39  protected:
44 
45  private:
47  static FacDsimServiceContext* _instance;
48  };
49 
50 }
51 #endif // __TVLSIM_FAC_FACTVLSIMSERVICECONTEXT_HPP