StdAir Logo  1.00.0
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CmdAbstract.hpp
Go to the documentation of this file.
1 #ifndef __STDAIR_CMD_CMDABSTRACT_HPP
2 #define __STDAIR_CMD_CMDABSTRACT_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 
8 namespace stdair {
9 
11  class CmdAbstract {
12  public:
13 
14  };
15 
16 }
17 #endif // __STDAIR_CMD_CMDABSTRACT_HPP