TvlSim Logo  1.00.0
C++ Simulated Travel-Oriented Distribution System Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BasConst.cpp
Go to the documentation of this file.
1 // //////////////////////////////////////////////////////////////////////
2 // Import section
3 // //////////////////////////////////////////////////////////////////////
6 
7 namespace TVLSIM {
8 
12  const std::string DEFAULT_TVLSIM_ID = "01150";
13 
17  const stdair::Date_T DEFAULT_SIMULATION_START_DATE (2010,
18  boost::gregorian::Jan, 1);
19 
23  const stdair::Date_T DEFAULT_SIMULATION_END_DATE (2010,
24  boost::gregorian::Dec, 31);
25 
30 
34  extern const stdair::ConfigINIFile DEFAULT_CONFIG_INI_FILE ("tvlsim.cfg");
35 
36 }