1.00.0
C++ Standard Airline IT Object Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
CmdBomSerialiser.hpp
Go to the documentation of this file.
1
#ifndef __STDAIR_CMD_CMDBOMSERIALISER_HPP
2
#define __STDAIR_CMD_CMDBOMSERIALISER_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <iosfwd>
9
// StdAir
10
#include <
stdair/stdair_inventory_types.hpp
>
11
#include <
stdair/bom/TravelSolutionTypes.hpp
>
12
#include <
stdair/command/CmdAbstract.hpp
>
13
14
namespace
stdair {
15
17
class
BomRoot;
18
struct
BookingRequestStruct;
19
20
25
class
CmdBomSerialiser
:
public
CmdAbstract
{
26
public
:
27
28
// //////////////// BOM serialisation support methods /////////////////
29
//
30
};
31
}
32
#endif // ___STDAIR_CMD_CMDBOMSERIALISER_HPP
Generated on Sat Dec 22 2012 16:51:54 for StdAir by
1.8.1.1