StdAir Logo  1.00.15
C++ Standard Airline IT Object Library
Loading...
Searching...
No Matches
FacAbstract.hpp
Go to the documentation of this file.
1#ifndef __STDAIR_FAC_FACABSTRACT_HPP
2#define __STDAIR_FAC_FACABSTRACT_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7
8namespace stdair {
11 public:
13 virtual ~FacAbstract();
14
15 protected:
19 };
20}
21#endif // __STDAIR_FAC_FACABSTRACT_HPP
Handle on the StdAir library context.