AirInv Logo  0.1.2
C++ Simulated Airline Inventory Management System library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
BasConst_Curves.hpp
Go to the documentation of this file.
00001 #ifndef __AIRINV_BAS_BASCONST_CURVES_HPP
00002 #define __AIRINV_BAS_BASCONST_CURVES_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // AIRINV
00008 #include <airinv/AIRINV_Types.hpp>
00009 
00010 namespace AIRINV {
00011 
00013   extern const FRAT5Curve_T DEFAULT_PICKUP_FRAT5_CURVE;
00014 
00016   struct DefaultMap {
00017     static FRAT5Curve_T createPickupFRAT5Curve();
00018   };
00019 }
00020 #endif // __AIRINV_BAS_BASCONST_CURVES_HPP