StdAir Logo  0.43.0
C++ Standard Airline IT Library
BasConst_Period_BOM.hpp
Go to the documentation of this file.
00001 #ifndef __STDAIR_BAS_BASCONST_PERIOD_BOM_HPP
00002 #define __STDAIR_BAS_BASCONST_PERIOD_BOM_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // StdAir
00008 #include <stdair/stdair_types.hpp>
00009 
00010 namespace stdair {
00011 
00012   // //////// (Flight-)Period-related BOM ///////
00014   extern const DatePeriod_T BOOST_DEFAULT_DATE_PERIOD;
00015 
00017   extern const std::string DOW_STR[];
00018     
00020   extern const DOW_String_T DEFAULT_DOW_STRING;
00021 
00023   extern const DateOffset_T DEFAULT_DATE_OFFSET;
00024 
00026   extern const DayDuration_T DEFAULT_DAY_DURATION;
00027 
00028 }
00029 #endif // __STDAIR_BAS_BASCONST_PERIOD_BOM_HPP