1.01.0
C++ Simulated Airline Travel Solution Provider 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
// AirTSP
13
#include <
airtsp/bom/OnDPeriodStruct.hpp
>
14
#include <
airtsp/command/OnDPeriodGenerator.hpp
>
15
16
namespace
AIRTSP {
17
18
// ////////////////////////////////////////////////////////////////////
19
void
OnDPeriodGenerator::
20
createOnDPeriod (stdair::BomRoot& ioBomRoot,
21
const
OnDPeriodStruct& iOnDPeriodStruct) {
22
}
23
}
Generated on Sun Jun 9 2013 12:36:19 for AirTSP by
1.8.3.1