StdAir Logo  1.00.0
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BasConst_BookingClass.hpp
Go to the documentation of this file.
1 #ifndef __STDAIR_BAS_BASCONST_BOOKINGCLASS_HPP
2 #define __STDAIR_BAS_BASCONST_BOOKINGCLASS_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // StdAir
12 
13 namespace stdair {
14 
15  // //////// (Segment-)Class-related BOM ///////
18 
21 
25 
29 
32 
35 
39 
42 
45 
48 
51 
53  extern const BlockSpace_T DEFAULT_BLOCK_SPACE;
54 
57 
60 
64 
68 
71 
74 
77 
80 
83 
85  extern const Fare_T DEFAULT_FARE_VALUE;
86 
88  extern const Revenue_T DEFAULT_REVENUE_VALUE;
89 
91  extern const PriceCurrency_T DEFAULT_CURRENCY;
92 
95 
98 
101  extern const double DEFAULT_EPSILON_VALUE;
102 
103 }
104 #endif // __STDAIR_BAS_BASCONST_BOOKINGCLASS_HPP