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