AirTSP Logo  1.01.0
C++ Simulated Airline Travel Solution Provider Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BasConst_General.hpp
Go to the documentation of this file.
1 #ifndef __AIRTSP_BAS_BASCONST_GENERAL_HPP
2 #define __AIRTSP_BAS_BASCONST_GENERAL_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // StdAir
8 #include <stdair/stdair_date_time_types.hpp>
9 
10 namespace AIRTSP {
11 
15 
18  extern const stdair::Duration_T MINIMUM_TIME_BETWEEN_REQUEST_AND_DEPARTURE;
19 
20 }
21 #endif // __AIRTSP_BAS_BASCONST_GENERAL_HPP