1.00.4
C++ Simulated Fare Quote System Library
FacSimfqtServiceContext.hpp
Go to the documentation of this file.
1
#ifndef __SIMFQT_FAC_FACSIMFQTSERVICECONTEXT_HPP
2
#define __SIMFQT_FAC_FACSIMFQTSERVICECONTEXT_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <string>
9
// StdAir
10
#include <stdair/stdair_basic_types.hpp>
11
#include <stdair/service/FacServiceAbstract.hpp>
12
13
namespace
SIMFQT
{
14
16
class
SIMFQT_ServiceContext;
17
18
22
class
FacSimfqtServiceContext
:
public
stdair::FacServiceAbstract {
23
public
:
24
31
static
FacSimfqtServiceContext
&
instance
();
32
39
~FacSimfqtServiceContext
();
40
48
SIMFQT_ServiceContext
&
create
();
49
50
51
protected
:
57
FacSimfqtServiceContext
() {}
58
59
60
private
:
64
static
FacSimfqtServiceContext
* _instance;
65
};
66
67
}
68
#endif // __SIMFQT_FAC_FACSIMFQTSERVICECONTEXT_HPP
SIMFQT::FacSimfqtServiceContext
Factory for the service context.
Definition:
FacSimfqtServiceContext.hpp:22
SIMFQT::FacSimfqtServiceContext::~FacSimfqtServiceContext
~FacSimfqtServiceContext()
Definition:
FacSimfqtServiceContext.cpp:17
SIMFQT::FacSimfqtServiceContext::instance
static FacSimfqtServiceContext & instance()
Definition:
FacSimfqtServiceContext.cpp:22
SIMFQT::SIMFQT_ServiceContext
Class holding the context of the SimFQT services.
Definition:
SIMFQT_ServiceContext.hpp:25
SIMFQT::FacSimfqtServiceContext::create
SIMFQT_ServiceContext & create()
Definition:
FacSimfqtServiceContext.cpp:34
SIMFQT::FacSimfqtServiceContext::FacSimfqtServiceContext
FacSimfqtServiceContext()
Definition:
FacSimfqtServiceContext.hpp:57
SIMFQT
Definition:
BasConst.cpp:7
Generated on Sat Aug 1 2020 00:00:00 for SimFQT by
1.8.18