1.00.1
C++ library of Revenue Management and Optimisation classes and functions
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
>
17
#include <
rmol/command/FareAdjustment.hpp
>
18
19
namespace
RMOL
{
20
21
// ////////////////////////////////////////////////////////////////////
22
bool
FareAdjustment::
23
adjustYield
(
const
stdair::SegmentCabin& iSegmentCabin) {
24
return
false
;
25
}
26
27
}
RMOL
Definition:
BasConst.cpp:7
RMOL::FareAdjustment::adjustYield
static bool adjustYield(const stdair::SegmentCabin &)
Definition:
FareAdjustment.cpp:23
Utilities.hpp
FareAdjustment.hpp
Generated on Sun Aug 6 2017 21:11:23 for RMOL by
1.8.13