TravelCCM Logo  0.5.3
C++ Travel Customer Choice Model Library
ChoiceManager.hpp
Go to the documentation of this file.
00001 #ifndef __TRAVELCCM_CMD_CHOICEMANAGER_HPP
00002 #define __TRAVELCCM_CMD_CHOICEMANAGER_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   
00021   class ChoiceManager {
00022   public:    
00030     static const stdair::TravelSolutionStruct*
00031     chooseTravelSolution (stdair::TravelSolutionList_T&,
00032                           const stdair::BookingRequestStruct&);
00033   };
00034 }
00035 #endif // __TRAVELCCM_CMD_CHOICEMANAGER_HPP