1.01.0
C++ Simulated Airline Travel Solution Provider Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
FacAIRTSPServiceContext.hpp
Go to the documentation of this file.
1
#ifndef __AIRTSP_FAC_FACAIRTSPSERVICECONTEXT_HPP
2
#define __AIRTSP_FAC_FACAIRTSPSERVICECONTEXT_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// StdAir
8
#include <stdair/stdair_basic_types.hpp>
9
#include <stdair/service/FacServiceAbstract.hpp>
10
11
namespace
AIRTSP {
12
14
class
AIRTSP_ServiceContext;
15
19
class
FacAIRTSPServiceContext
:
public
stdair::FacServiceAbstract {
20
public
:
21
28
static
FacAIRTSPServiceContext
&
instance
();
29
36
~FacAIRTSPServiceContext
();
37
45
AIRTSP_ServiceContext
&
create
();
46
47
48
protected
:
54
FacAIRTSPServiceContext
() {}
55
56
private
:
60
static
FacAIRTSPServiceContext
* _instance;
61
62
};
63
}
64
#endif // __AIRTSP_FAC_FACAIRTSPSERVICECONTEXT_HPP
Generated on Sun Jun 9 2013 12:36:19 for AirTSP by
1.8.3.1