1.00.1
C++ Simulated Airline Inventory Management System library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
AIRINV
Definition:
AIRINV_Master_Service.hpp:38
AIRINV::FacAirinvMasterServiceContext::instance
static FacAirinvMasterServiceContext & instance()
Definition:
FacAirinvMasterServiceContext.cpp:22
AIRINV::FacAirinvMasterServiceContext::FacAirinvMasterServiceContext
FacAirinvMasterServiceContext()
Definition:
FacAirinvMasterServiceContext.hpp:44
AIRINV::FacAirinvMasterServiceContext::create
AIRINV_Master_ServiceContext & create()
Definition:
FacAirinvMasterServiceContext.cpp:34
AIRINV::FacAirinvMasterServiceContext::~FacAirinvMasterServiceContext
~FacAirinvMasterServiceContext()
Definition:
FacAirinvMasterServiceContext.cpp:17
AIRINV::AIRINV_Master_ServiceContext
Definition:
AIRINV_Master_ServiceContext.hpp:28
AIRINV::FacAirinvMasterServiceContext
Factory for Bucket.
Definition:
FacAirinvMasterServiceContext.hpp:20
Generated on Tue Jun 16 2015 01:11:00 for AirInv by
1.8.9.1