SimFQT Logo  1.00.7
C++ Simulated Fare Quote System Library
Loading...
Searching...
No Matches
FacSimfqtServiceContext.hpp
Go to the documentation of this file.
1#ifndef __SIMFQT_FAC_FACSIMFQTSERVICECONTEXT_HPP
2#define __SIMFQT_FAC_FACSIMFQTSERVICECONTEXT_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7// STL
8#include <string>
9// StdAir
10#include <stdair/stdair_basic_types.hpp>
11#include <stdair/service/FacServiceAbstract.hpp>
12
13namespace SIMFQT {
14
16 class SIMFQT_ServiceContext;
17
18
22 class FacSimfqtServiceContext : public stdair::FacServiceAbstract {
23 public:
24
32
40
49
50
51 protected:
58
59
60 private:
64 static FacSimfqtServiceContext* _instance;
65 };
66
67}
68#endif // __SIMFQT_FAC_FACSIMFQTSERVICECONTEXT_HPP
Factory for the service context.
static FacSimfqtServiceContext & instance()
Class holding the context of the SimFQT services.