AirRAC Logo  0.2.3
C++ Simulated Revenue Accounting (RAC) System Library
BasConst.cpp
Go to the documentation of this file.
00001 // //////////////////////////////////////////////////////////////////////
00002 // Import section
00003 // //////////////////////////////////////////////////////////////////////
00004 #include <airrac/basic/BasConst_General.hpp>
00005 #include <airrac/basic/BasConst_AIRRAC_Service.hpp>
00006 
00007 namespace AIRRAC {
00008 
00010   const std::string DEFAULT_AIRLINE_CODE = "BA";
00011 
00012 }