1.00.12
C++ Simulated Airline Inventory Management System Library
Loading...
Searching...
No Matches
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::AIRINV_Master_ServiceContext
Definition
AIRINV_Master_ServiceContext.hpp:28
AIRINV::FacAirinvMasterServiceContext
Factory for Bucket.
Definition
FacAirinvMasterServiceContext.hpp:20
AIRINV::FacAirinvMasterServiceContext::~FacAirinvMasterServiceContext
~FacAirinvMasterServiceContext()
Definition
FacAirinvMasterServiceContext.cpp:17
AIRINV::FacAirinvMasterServiceContext::create
AIRINV_Master_ServiceContext & create()
Definition
FacAirinvMasterServiceContext.cpp:34
AIRINV::FacAirinvMasterServiceContext::FacAirinvMasterServiceContext
FacAirinvMasterServiceContext()
Definition
FacAirinvMasterServiceContext.hpp:44
AIRINV::FacAirinvMasterServiceContext::instance
static FacAirinvMasterServiceContext & instance()
Definition
FacAirinvMasterServiceContext.cpp:22
AIRINV
Definition
AIRINV_Master_Service.hpp:38
Generated on Mon May 5 2025 00:00:00 for AirInv by
1.13.2