1.01.2
C++ Simulated Airline Travel Solution Provider (TSP) Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Simulator.hpp
Go to the documentation of this file.
1
#ifndef __AIRTSP_COM_CMD_SIMULATOR_HPP
2
#define __AIRTSP_COM_CMD_SIMULATOR_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// StdAir
8
#include <stdair/command/CmdAbstract.hpp>
9
10
// Forward declarations
11
namespace
stdair
{
12
class
BomRoot;
13
}
14
15
namespace
AIRTSP
{
16
18
class
Simulator
:
public
stdair::CmdAbstract {
19
public
:
20
21
// ////////// Business Methods /////////
24
static
void
simulate
(stdair::BomRoot&);
25
};
26
27
}
28
#endif // __AIRTSP_COM_CMD_SIMULATOR_HPP
AIRTSP::Simulator
Definition:
Simulator.hpp:18
AIRTSP::Simulator::simulate
static void simulate(stdair::BomRoot &)
Definition:
Simulator.cpp:19
stdair
Forward declarations.
Definition:
AIRTSP_Service.hpp:14
AIRTSP
Definition:
AIRTSP_Service.hpp:23
Generated on Mon Jan 18 2016 14:40:16 for AirTSP by
1.8.10