TravelCCM Logo  1.00.1
C++ Travel Customer Choice Model Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
FacTRAVELCCMServiceContext.hpp
Go to the documentation of this file.
1 #ifndef __TRAVELCCM_FAC_FACTRAVELCCMSERVICECONTEXT_HPP
2 #define __TRAVELCCM_FAC_FACTRAVELCCMSERVICECONTEXT_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // StdAir
8 #include <stdair/service/FacServiceAbstract.hpp>
9 // TravelCCM
11 
12 namespace TRAVELCCM {
13 
15  class TRAVELCCM_ServiceContext;
16 
18  class FacTRAVELCCMServiceContext : public stdair::FacServiceAbstract {
19  public:
20 
25 
31 
36 
37 
38  protected:
43 
44  private:
46  static FacTRAVELCCMServiceContext* _instance;
47  };
48 
49 }
50 #endif // __TRAVELCCM_FAC_FACTRAVELCCMSERVICECONTEXT_HPP