TravelCCM Logo  1.00.1
C++ Travel Customer Choice Model Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
HybridModel.hpp
Go to the documentation of this file.
1 #ifndef __TRAVELCCM_BOM_HYBRIDMODEL_HPP
2 #define __TRAVELCCM_BOM_HYBRIDMODEL_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // StdAir
8 #include <stdair/stdair_service_types.hpp>
9 #include <stdair/bom/TravelSolutionTypes.hpp>
10 
12 namespace stdair {
13  struct BookingRequestStruct;
14 }
15 
16 namespace TRAVELCCM {
17 
22  class HybridModel {
23  public:
34  static const stdair::TravelSolutionStruct*
35  chooseTravelSolution (stdair::TravelSolutionList_T&,
36  const stdair::BookingRequestStruct&);
37  };
38 }
39 #endif // __TRAVELCCM_BOM_HYBRIDMODEL_HPP