StdAir Logo  0.45.1
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
BasConst_DefaultObject.hpp
Go to the documentation of this file.
00001 #ifndef __STDAIR_BAS_BASCONST_DEFAULTOBJECT_HPP
00002 #define __STDAIR_BAS_BASCONST_DEFAULTOBJECT_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // StdAir
00008 #include <stdair/stdair_types.hpp>
00009 
00010 namespace stdair {
00011 
00012   // //////// Fare and Yield related BOM Tree///////
00014   extern const AirportCode_T AIRPORT_LHR;
00015 
00017   extern const AirportCode_T AIRPORT_SYD;
00018 
00020   extern const CityCode_T POS_LHR;
00021 
00023   extern const DayDuration_T NO_ADVANCE_PURCHASE;
00024   
00026   extern const SaturdayStay_T SATURDAY_STAY;
00027 
00029   extern const SaturdayStay_T NO_SATURDAY_STAY;
00030   
00032   extern const ChangeFees_T CHANGE_FEES;
00033   
00035   extern const ChangeFees_T NO_CHANGE_FEES;
00036   
00038   extern const NonRefundable_T NON_REFUNDABLE;
00039 
00041   extern const NonRefundable_T NO_NON_REFUNDABLE;
00042 
00044   extern const DayDuration_T NO_STAY_DURATION;
00045 
00047   extern const CabinCode_T CABIN_Y;
00048 
00050   extern const AirlineCode_T AIRLINE_CODE_BA;
00051 
00053   extern const ClassCode_T CLASS_CODE_Y;
00054 
00055   // //////// Travel Solution related objects///////
00057   extern const ClassCode_T CLASS_CODE_Q;
00058 
00059   // //////// Booking request related objects///////
00061   extern const AirportCode_T AIRPORT_SIN;
00062 
00064   extern const AirportCode_T AIRPORT_BKK;
00065 
00067   extern const CityCode_T POS_SIN;
00068 
00070   extern const CabinCode_T CABIN_ECO;
00071 
00073   extern const FrequentFlyer_T FREQUENT_FLYER_MEMBER;
00074   
00075 }
00076 #endif // __STDAIR_BAS_BASCONST_DEFAULTOBJECT_HPP