AirTSP Logo  1.01.0
C++ Simulated Airline Travel Solution Provider Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OnDPeriodGenerator.cpp
Go to the documentation of this file.
1 // //////////////////////////////////////////////////////////////////////
2 // Import section
3 // //////////////////////////////////////////////////////////////////////
4 // STL
5 #include <cassert>
6 // StdAir
7 #include <stdair/stdair_date_time_types.hpp>
8 #include <stdair/bom/BomManager.hpp>
9 #include <stdair/bom/BomRoot.hpp>
10 #include <stdair/factory/FacBomManager.hpp>
11 #include <stdair/service/Logger.hpp>
12 // AirTSP
15 
16 namespace AIRTSP {
17 
18  // ////////////////////////////////////////////////////////////////////
19  void OnDPeriodGenerator::
20  createOnDPeriod (stdair::BomRoot& ioBomRoot,
21  const OnDPeriodStruct& iOnDPeriodStruct) {
22  }
23 }