1.00.1
C++ Travel Customer Choice Model Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
10
#include <
travelccm/TRAVELCCM_Types.hpp
>
11
12
namespace
TRAVELCCM {
13
15
class
TRAVELCCM_ServiceContext;
16
18
class
FacTRAVELCCMServiceContext
:
public
stdair::FacServiceAbstract {
19
public
:
20
24
static
FacTRAVELCCMServiceContext
&
instance
();
25
30
~FacTRAVELCCMServiceContext
();
31
35
TRAVELCCM_ServiceContext
&
create
();
36
37
38
protected
:
42
FacTRAVELCCMServiceContext
() {}
43
44
private
:
46
static
FacTRAVELCCMServiceContext
* _instance;
47
};
48
49
}
50
#endif // __TRAVELCCM_FAC_FACTRAVELCCMSERVICECONTEXT_HPP
Generated on Sun Dec 23 2012 23:34:20 for TravelCCM by
1.8.1.1