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