AirInv Logo  1.00.9
C++ Simulated Airline Inventory Management System Library
Loading...
Searching...
No Matches
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
12namespace 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
Class holding the context of the AirInv services.
static FacAirinvServiceContext & instance()