AirInv Logo  1.00.3
C++ Simulated Airline Inventory Management System library
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 
27 
33 
38 
39 
40  protected:
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::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::FacAirinvMasterServiceContext::~FacAirinvMasterServiceContext
~FacAirinvMasterServiceContext()
Definition: FacAirinvMasterServiceContext.cpp:17
AIRINV
Definition: AIRINV_Master_Service.hpp:38
AIRINV::FacAirinvMasterServiceContext
Factory for Bucket.
Definition: FacAirinvMasterServiceContext.hpp:20