1.00.9
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
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
TRAVELCCM_Types.hpp
TRAVELCCM::FacTRAVELCCMServiceContext
Definition
FacTRAVELCCMServiceContext.hpp:18
TRAVELCCM::FacTRAVELCCMServiceContext::FacTRAVELCCMServiceContext
FacTRAVELCCMServiceContext()
Definition
FacTRAVELCCMServiceContext.hpp:42
TRAVELCCM::FacTRAVELCCMServiceContext::create
TRAVELCCM_ServiceContext & create()
Definition
FacTRAVELCCMServiceContext.cpp:34
TRAVELCCM::FacTRAVELCCMServiceContext::~FacTRAVELCCMServiceContext
~FacTRAVELCCMServiceContext()
Definition
FacTRAVELCCMServiceContext.cpp:17
TRAVELCCM::FacTRAVELCCMServiceContext::instance
static FacTRAVELCCMServiceContext & instance()
Definition
FacTRAVELCCMServiceContext.cpp:22
TRAVELCCM::TRAVELCCM_ServiceContext
Inner class holding the context for the TravelCCM Service object.
Definition
TRAVELCCM_ServiceContext.hpp:23
TRAVELCCM
Definition
BasConst.cpp:6
Generated on Sat Jul 20 2024 00:00:00 for TravelCCM by
1.12.0