StdAir Logo  0.43.0
C++ Standard Airline IT Library
FacAbstract.hpp
Go to the documentation of this file.
00001 #ifndef __STDAIR_FAC_FACABSTRACT_HPP
00002 #define __STDAIR_FAC_FACABSTRACT_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 
00008 namespace stdair {
00010   class FacAbstract {
00011   public:      
00013     virtual ~FacAbstract();
00014       
00015   protected:
00018     FacAbstract() {}
00019   };
00020 }
00021 #endif // __STDAIR_FAC_FACABSTRACT_HPP