AirInv Logo  0.1.2
C++ Simulated Airline Inventory Management System library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
LegCabinHelper.hpp
Go to the documentation of this file.
00001 #ifndef __AIRINV_BOM_LEGCABINHELPER_HPP
00002 #define __AIRINV_BOM_LEGCABINHELPER_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 
00008 // Forward declarations
00009 namespace stdair {
00010   class LegCabin;
00011 }
00012 
00013 namespace AIRINV {
00016   class LegCabinHelper {
00017 
00018   };
00019 
00020 }
00021 #endif // __AIRINV_BOM_LEGCABINHELPER_HPP