AirInv Logo  0.1.2
C++ Simulated Airline Inventory Management System library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FlightDateHelper.hpp
Go to the documentation of this file.
1 #ifndef __AIRINV_BOM_FLIGHTDATEHELPER_HPP
2 #define __AIRINV_BOM_FLIGHTDATEHELPER_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 FlightDate;
13 }
14 
15 namespace AIRINV {
16 
20  public:
21  // ////////// Business Methods /////////
24  static void fillFromRouting (const stdair::FlightDate&);
25 
28  static void updateAvailablityPool (const stdair::FlightDate&,
29  const stdair::CabinCode_T&);
30 
32  static void updateBookingControls (stdair::FlightDate&);
33  };
34 
35 }
36 #endif // __AIRINV_BOM_FLIGHTDATEHELPER_HPP