AirInv Logo  0.1.2
C++ Simulated Airline Inventory Management System library
BookingClassHelper.hpp
Go to the documentation of this file.
00001 #ifndef __AIRINV_BOM_BOOKINGCLASSHELPER_HPP
00002 #define __AIRINV_BOM_BOOKINGCLASSHELPER_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // StdAir
00008 //#include <stdair/stdair_basic_types.hpp>
00009 
00010 // Forward declarations
00011 namespace stdair {
00012   class BookingClass;
00013 }
00014 
00015 namespace AIRINV {
00016 
00019   class BookingClassHelper {
00020 
00021   };
00022 
00023 }
00024 #endif // __AIRINV_BOM_BOOKINGCLASSHELPER_HPP