$treeview $search $mathjax
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 Count_T DEFAULT_PROGRESS_STATUS; 00016 00019 extern const Date_T DEFAULT_EVENT_OLDEST_DATE; 00020 00023 extern const DateTime_T DEFAULT_EVENT_OLDEST_DATETIME; 00024 00026 extern const Percentage_T MAXIMUM_PROGRESS_STATUS; 00027 00028 } 00029 #endif // __STDAIR_BAS_BASCONST_EVENT_HPP