TravelCCM Logo  1.00.11
C++ Travel Customer Choice Model Library
Loading...
Searching...
No Matches
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
12namespace TRAVELCCM {
13
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
static FacTRAVELCCMServiceContext & instance()
Inner class holding the context for the TravelCCM Service object.