RMOL Logo  1.00.0
C++ library of Revenue Management and Optimisation classes and functions
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
FareAdjustment.cpp
Go to the documentation of this file.
1 // //////////////////////////////////////////////////////////////////////
2 // Import section
3 // //////////////////////////////////////////////////////////////////////
4 // STL
5 #include <cassert>
6 #include <sstream>
7 #include <cmath>
8 // StdAir
9 #include <stdair/basic/BasConst_General.hpp>
10 #include <stdair/basic/BasConst_Inventory.hpp>
11 #include <stdair/bom/BomManager.hpp>
12 #include <stdair/bom/SegmentCabin.hpp>
13 #include <stdair/bom/BookingClass.hpp>
14 #include <stdair/service/Logger.hpp>
15 // RMOL
16 #include <rmol/bom/Utilities.hpp>
18 
19 namespace RMOL {
20 
21  // ////////////////////////////////////////////////////////////////////
22  bool FareAdjustment::
23  adjustYield (const stdair::SegmentCabin& iSegmentCabin) {
24  return false;
25  }
26 
27 }