1.00.0
C++ Simulated Airline Schedule Manager Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
// AirSched
13
#include <
airsched/bom/OnDPeriodStruct.hpp
>
14
#include <
airsched/command/OnDPeriodGenerator.hpp
>
15
16
namespace
AIRSCHED {
17
18
// ////////////////////////////////////////////////////////////////////
19
void
OnDPeriodGenerator::
20
createOnDPeriod (stdair::BomRoot& ioBomRoot,
21
const
OnDPeriodStruct& iOnDPeriodStruct) {
22
}
23
}
Generated on Wed May 22 2013 14:59:26 for AirSched by
1.8.3.1