StdAir Logo  0.45.1
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
BasConst_Event.hpp
Go to the documentation of this file.
00001 #ifndef __STDAIR_BAS_BASCONST_EVENT_HPP
00002 #define __STDAIR_BAS_BASCONST_EVENT_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // StdAir
00008 #include <stdair/stdair_basic_types.hpp>
00009 #include <stdair/stdair_date_time_types.hpp>
00010 #include <stdair/stdair_event_types.hpp>
00011 
00012 namespace stdair {
00013 
00015   extern const EventQueueID_T DEFAULT_EVENT_QUEUE_ID;
00016   
00018   extern const Count_T DEFAULT_PROGRESS_STATUS;
00019   
00022   extern const Date_T DEFAULT_EVENT_OLDEST_DATE;
00023 
00026   extern const DateTime_T DEFAULT_EVENT_OLDEST_DATETIME;
00027 
00028 }
00029 #endif // __STDAIR_BAS_BASCONST_EVENT_HPP