StdAir Logo  1.00.10
C++ Standard Airline IT Object Library
BasConst_Event.hpp
Go to the documentation of this file.
1 #ifndef __STDAIR_BAS_BASCONST_EVENT_HPP
2 #define __STDAIR_BAS_BASCONST_EVENT_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // StdAir
11 
12 namespace stdair {
13 
15  extern const Count_T DEFAULT_PROGRESS_STATUS;
16 
19  extern const Date_T DEFAULT_EVENT_OLDEST_DATE;
20 
24 
27 
28 }
29 #endif // __STDAIR_BAS_BASCONST_EVENT_HPP
stdair::DEFAULT_PROGRESS_STATUS
const Count_T DEFAULT_PROGRESS_STATUS
stdair_date_time_types.hpp
stdair_event_types.hpp
stdair
Handle on the StdAir library context.
Definition: BasChronometer.cpp:9
stdair::DateTime_T
boost::posix_time::ptime DateTime_T
Definition: stdair_date_time_types.hpp:26
stdair::DEFAULT_EVENT_OLDEST_DATETIME
const DateTime_T DEFAULT_EVENT_OLDEST_DATETIME
stdair::MAXIMUM_PROGRESS_STATUS
const Percentage_T MAXIMUM_PROGRESS_STATUS
stdair::DEFAULT_EVENT_OLDEST_DATE
const Date_T DEFAULT_EVENT_OLDEST_DATE
stdair_basic_types.hpp
stdair::Count_T
unsigned int Count_T
Definition: stdair_basic_types.hpp:95
stdair::Date_T
boost::gregorian::date Date_T
Definition: stdair_date_time_types.hpp:20
stdair::Percentage_T
double Percentage_T
Definition: stdair_basic_types.hpp:73