1.00.0
C++ Simulated Airline Inventory Management System library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
FacAirinvMasterServiceContext.hpp
Go to the documentation of this file.
1
#ifndef __AIRINV_FAC_FACAIRINVMASTERSERVICECONTEXT_HPP
2
#define __AIRINV_FAC_FACAIRINVMASTERSERVICECONTEXT_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <string>
9
// StdAir
10
#include <stdair/service/FacServiceAbstract.hpp>
11
12
namespace
AIRINV {
13
15
class
AIRINV_Master_ServiceContext;
16
20
class
FacAirinvMasterServiceContext
:
public
stdair::FacServiceAbstract {
21
public
:
22
26
static
FacAirinvMasterServiceContext
&
instance
();
27
32
~FacAirinvMasterServiceContext
();
33
37
AIRINV_Master_ServiceContext
&
create
();
38
39
40
protected
:
44
FacAirinvMasterServiceContext
() {}
45
46
private
:
48
static
FacAirinvMasterServiceContext
* _instance;
49
};
50
51
}
52
#endif // __AIRINV_FAC_FACAIRINVMASTERSERVICECONTEXT_HPP
Generated on Tue Dec 25 2012 22:19:42 for AirInv by
1.8.1.1