1.00.0
C++ Simulated Revenue Accounting (RAC) System Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Pages
FacAirracServiceContext.hpp
Go to the documentation of this file.
1
#ifndef __AIRRAC_FAC_FACAIRRACSERVICECONTEXT_HPP
2
#define __AIRRAC_FAC_FACAIRRACSERVICECONTEXT_HPP
3
// //////////////////////////////////////////////////////////////////////
4
// Import section
5
// //////////////////////////////////////////////////////////////////////
6
// STL
7
#include <string>
8
// StdAir
9
#include <stdair/stdair_basic_types.hpp>
10
#include <stdair/service/FacServiceAbstract.hpp>
11
12
namespace
AIRRAC {
13
15
class
AIRRAC_ServiceContext;
16
17
21
class
FacAirracServiceContext
:
public
stdair::FacServiceAbstract {
22
public
:
23
30
static
FacAirracServiceContext
&
instance
();
31
38
~FacAirracServiceContext
();
39
47
AIRRAC_ServiceContext
&
create
();
48
49
50
protected
:
56
FacAirracServiceContext
() {}
57
58
59
private
:
63
static
FacAirracServiceContext
* _instance;
64
};
65
66
}
67
#endif // __AIRRAC_FAC_FACAIRRACSERVICECONTEXT_HPP
Generated on Tue Dec 25 2012 15:05:35 for AirRAC by
1.8.1.1