1.01.2
C++ Simulated Airline Travel Solution Provider (TSP) Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
}
OnDPeriodStruct.hpp
OnDPeriodGenerator.hpp
AIRTSP
Definition:
AIRTSP_Service.hpp:23
Generated on Mon Jan 18 2016 14:40:15 for AirTSP by
1.8.10