AirInv Logo  1.00.0
C++ Simulated Airline Inventory Management System library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BookingClassHelper.hpp
Go to the documentation of this file.
1 #ifndef __AIRINV_BOM_BOOKINGCLASSHELPER_HPP
2 #define __AIRINV_BOM_BOOKINGCLASSHELPER_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // StdAir
8 //#include <stdair/stdair_basic_types.hpp>
9 
10 // Forward declarations
11 namespace stdair {
12  class BookingClass;
13 }
14 
15 namespace AIRINV {
16 
20 
21  };
22 
23 }
24 #endif // __AIRINV_BOM_BOOKINGCLASSHELPER_HPP