AirInv Logo  1.00.0
C++ Simulated Airline Inventory Management System library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FacAirinvServiceContext.hpp
Go to the documentation of this file.
1 #ifndef __AIRINV_FAC_FACAIRINVSERVICECONTEXT_HPP
2 #define __AIRINV_FAC_FACAIRINVSERVICECONTEXT_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_ServiceContext;
16 
18  class FacAirinvServiceContext : public stdair::FacServiceAbstract {
19  public:
20 
25 
31 
36 
37 
38  protected:
43 
44  private:
46  static FacAirinvServiceContext* _instance;
47  };
48 
49 }
50 #endif // __AIRINV_FAC_FACAIRINVSERVICECONTEXT_HPP