AirInv Logo  1.00.9
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
12namespace 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
static FacAirinvMasterServiceContext & instance()