$treeview $search $mathjax
00001 // ////////////////////////////////////////////////////////////////////// 00002 // Import section 00003 // ////////////////////////////////////////////////////////////////////// 00004 // STL 00005 #include <cassert> 00006 #include <sstream> 00007 #include <cmath> 00008 // StdAir 00009 #include <stdair/basic/BasConst_General.hpp> 00010 #include <stdair/basic/BasConst_Inventory.hpp> 00011 #include <stdair/bom/BomManager.hpp> 00012 #include <stdair/bom/SegmentCabin.hpp> 00013 #include <stdair/bom/BookingClass.hpp> 00014 #include <stdair/service/Logger.hpp> 00015 // RMOL 00016 #include <rmol/bom/Utilities.hpp> 00017 #include <rmol/command/FareAdjustment.hpp> 00018 00019 namespace RMOL { 00020 00021 // //////////////////////////////////////////////////////////////////// 00022 bool FareAdjustment:: 00023 adjustYield (const stdair::SegmentCabin& iSegmentCabin) { 00024 return false; 00025 } 00026 00027 }