AirSched Logo  0.1.4
C++ Simulated Airline Schedule Manager Library
OnDPeriodGenerator.cpp
Go to the documentation of this file.
00001 // //////////////////////////////////////////////////////////////////////
00002 // Import section
00003 // //////////////////////////////////////////////////////////////////////
00004 // STL
00005 #include <cassert>
00006 // StdAir
00007 #include <stdair/stdair_date_time_types.hpp>
00008 #include <stdair/bom/BomManager.hpp>
00009 #include <stdair/bom/BomRoot.hpp>
00010 #include <stdair/factory/FacBomManager.hpp>
00011 #include <stdair/service/Logger.hpp>
00012 // AirSched
00013 #include <airsched/bom/OnDPeriodStruct.hpp>
00014 #include <airsched/command/OnDPeriodGenerator.hpp>
00015 
00016 namespace AIRSCHED {
00017 
00018   // ////////////////////////////////////////////////////////////////////
00019   void OnDPeriodGenerator::
00020   createOnDPeriod (stdair::BomRoot& ioBomRoot,
00021                    const OnDPeriodStruct& iOnDPeriodStruct) {
00022   }
00023 }