TravelCCM Logo  1.00.1
C++ Travel Customer Choice Model Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
PriceOrientedModel.hpp
Go to the documentation of this file.
1 #ifndef __TRAVELCCM_BOM_PRICEORIENTEDMODEL_HPP
2 #define __TRAVELCCM_BOM_PRICEORIENTEDMODEL_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  public:
30  static const stdair::TravelSolutionStruct*
31  chooseTravelSolution (stdair::TravelSolutionList_T&,
32  const stdair::BookingRequestStruct&);
33  };
34 }
35 #endif // __TRAVELCCM_BOM_PRICEORIENTEDMODEL_HPP