SimFQT Logo  0.1.3
C++ Simulated Fare Quote System Library
BasConst.cpp
Go to the documentation of this file.
00001 // //////////////////////////////////////////////////////////////////////
00002 // Import section
00003 // //////////////////////////////////////////////////////////////////////
00004 #include <simfqt/basic/BasConst_General.hpp>
00005 #include <simfqt/basic/BasConst_SIMFQT_Service.hpp>
00006 
00007 namespace SIMFQT {
00008 
00010   const std::string DEFAULT_FARE_QUOTER_ID = "IATA";
00011 
00012 }