1.00.0
C++ Standard Airline IT Object Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
BasConst_DefaultObject.hpp
Go to the documentation of this file.
1
#ifndef __STDAIR_BAS_BASCONST_DEFAULTOBJECT_HPP
2
#define __STDAIR_BAS_BASCONST_DEFAULTOBJECT_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// StdAir
8
#include <
stdair/stdair_types.hpp
>
9
10
namespace
stdair {
11
12
// //////// Fare and Yield related BOM Tree///////
14
extern
const
AirportCode_T
AIRPORT_LHR
;
15
17
extern
const
AirportCode_T
AIRPORT_SYD
;
18
20
extern
const
CityCode_T
POS_LHR
;
21
23
extern
const
DayDuration_T
NO_ADVANCE_PURCHASE
;
24
26
extern
const
SaturdayStay_T
SATURDAY_STAY
;
27
29
extern
const
SaturdayStay_T
NO_SATURDAY_STAY
;
30
32
extern
const
ChangeFees_T
CHANGE_FEES
;
33
35
extern
const
ChangeFees_T
NO_CHANGE_FEES
;
36
38
extern
const
NonRefundable_T
NON_REFUNDABLE
;
39
41
extern
const
NonRefundable_T
NO_NON_REFUNDABLE
;
42
44
extern
const
DayDuration_T
NO_STAY_DURATION
;
45
47
extern
const
CabinCode_T
CABIN_Y
;
48
50
extern
const
AirlineCode_T
AIRLINE_CODE_BA
;
51
53
extern
const
ClassCode_T
CLASS_CODE_Y
;
54
55
// //////// Travel Solution related objects///////
57
extern
const
ClassCode_T
CLASS_CODE_Q
;
58
59
// //////// Booking request related objects///////
61
extern
const
AirportCode_T
AIRPORT_SIN
;
62
64
extern
const
AirportCode_T
AIRPORT_BKK
;
65
67
extern
const
CityCode_T
POS_SIN
;
68
70
extern
const
CabinCode_T
CABIN_ECO
;
71
73
extern
const
FrequentFlyer_T
FREQUENT_FLYER_MEMBER
;
74
75
}
76
#endif // __STDAIR_BAS_BASCONST_DEFAULTOBJECT_HPP
Generated on Sat Dec 22 2012 16:51:53 for StdAir by
1.8.1.1