AirInv Logo  1.00.7
C++ Simulated Airline Inventory Management System Library
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
11namespace stdair {
12 class BookingClass;
13}
14
15namespace AIRINV {
16
20
21 };
22
23}
24#endif // __AIRINV_BOM_BOOKINGCLASSHELPER_HPP
Forward declarations.