AirInv Logo  1.00.7
C++ Simulated Airline Inventory Management System Library
BasConst_AIRINV_Service.hpp
Go to the documentation of this file.
1#ifndef __AIRINV_BAS_BASCONST_AIRINV_SERVICE_HPP
2#define __AIRINV_BAS_BASCONST_AIRINV_SERVICE_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7#include <string>
8
9namespace AIRINV {
10
12 extern const std::string DEFAULT_AIRLINE_CODE;
13
14}
15#endif // __AIRINV_BAS_BASCONST_AIRINV_SERVICE_HPP
const std::string DEFAULT_AIRLINE_CODE
Definition: BasConst.cpp:11