AirSched Logo  1.00.0
C++ Simulated Airline Schedule Manager Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FacAIRSCHEDServiceContext.hpp
Go to the documentation of this file.
1 #ifndef __AIRSCHED_FAC_FACAIRSCHEDSERVICECONTEXT_HPP
2 #define __AIRSCHED_FAC_FACAIRSCHEDSERVICECONTEXT_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // StdAir
8 #include <stdair/stdair_basic_types.hpp>
9 #include <stdair/service/FacServiceAbstract.hpp>
10 
11 namespace AIRSCHED {
12 
14  class AIRSCHED_ServiceContext;
15 
19  class FacAIRSCHEDServiceContext : public stdair::FacServiceAbstract {
20  public:
21 
29 
37 
46 
47 
48  protected:
55 
56  private:
60  static FacAIRSCHEDServiceContext* _instance;
61 
62  };
63 }
64 #endif // __AIRSCHED_FAC_FACAIRSCHEDSERVICECONTEXT_HPP