1.00.0
C++ library of Revenue Management and Optimisation classes and functions
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
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
>
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
}
Generated on Thu Jan 3 2013 21:28:58 for RMOL by
1.8.1.1