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
BookingRequestTypes.hpp
Go to the documentation of this file.
1
// //////////////////////////////////////////////////////////////////////
2
#ifndef __STDAIR_BOM_BOOKINGREQUESTTYPES_HPP
3
#define __STDAIR_BOM_BOOKINGREQUESTTYPES_HPP
4
5
// //////////////////////////////////////////////////////////////////////
6
// Import section
7
// //////////////////////////////////////////////////////////////////////
8
// Boost
9
#include <boost/shared_ptr.hpp>
10
11
namespace
stdair {
12
13
// Forward declarations
14
struct
BookingRequestStruct
;
15
16
// ///////////// Type definitions //////////////
18
typedef
boost::shared_ptr<BookingRequestStruct>
BookingRequestPtr_T
;
19
21
typedef
std::string
DemandGeneratorKey_T
;
22
23
24
}
25
#endif // __STDAIR_BOM_BOOKINGREQUESTTYPES_HPP
26
Generated on Sat Dec 22 2012 16:51:53 for StdAir by
1.8.1.1