TravelCCM Logo  1.00.4
C++ Travel Customer Choice Model Library
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 // TravelCCM
9 
10 namespace TRAVELCCM {
11 
16 
17  public:
28  const stdair::TravelSolutionStruct*
29  chooseTravelSolution (stdair::TravelSolutionList_T&,
30  const stdair::BookingRequestStruct&) const;
31 
32  public:
37 
38  public:
43 
44  private:
48  static const HardRestrictionModel _hardRestrictionModel;
49  };
50 }
51 #endif // __TRAVELCCM_BOM_HARDRESTRICTIONMODEL_HPP
const stdair::TravelSolutionStruct * chooseTravelSolution(stdair::TravelSolutionList_T &, const stdair::BookingRequestStruct &) const