$treeview $search $mathjax
00001 #ifndef __TRAVELCCM_BOM_HYBRIDMODEL_HPP 00002 #define __TRAVELCCM_BOM_HYBRIDMODEL_HPP 00003 00004 // ////////////////////////////////////////////////////////////////////// 00005 // Import section 00006 // ////////////////////////////////////////////////////////////////////// 00007 // StdAir 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 00022 class HybridModel { 00023 public: 00034 static const stdair::TravelSolutionStruct* 00035 chooseTravelSolution (stdair::TravelSolutionList_T&, 00036 const stdair::BookingRequestStruct&); 00037 }; 00038 } 00039 #endif // __TRAVELCCM_BOM_HYBRIDMODEL_HPP