Go to the documentation of this file.00001 #ifndef __TRAVELCCM_BOM_PRICEORIENTEDMODEL_HPP
00002 #define __TRAVELCCM_BOM_PRICEORIENTEDMODEL_HPP
00003
00004
00005
00006
00007
00008 #include <stdair/stdair_service_types.hpp>
00009 #include <stdair/bom/TravelSolutionTypes.hpp>
00010
00012 namespace stdair {
00013 struct BookingRequestStruct;
00014 }
00015
00016 namespace TRAVELCCM {
00017
00021 class PriceOrientedModel {
00022 public:
00030 static const stdair::TravelSolutionStruct*
00031 chooseTravelSolution (stdair::TravelSolutionList_T&,
00032 const stdair::BookingRequestStruct&);
00033 };
00034 }
00035 #endif // __TRAVELCCM_BOM_PRICEORIENTEDMODEL_HPP