StdAir Logo  0.45.0
C++ Standard Airline IT Object Library
BookingRequestTypes.hpp
Go to the documentation of this file.
00001 // //////////////////////////////////////////////////////////////////////
00002 #ifndef __STDAIR_BOM_BOOKINGREQUESTTYPES_HPP
00003 #define __STDAIR_BOM_BOOKINGREQUESTTYPES_HPP
00004 
00005 // //////////////////////////////////////////////////////////////////////
00006 // Import section
00007 // //////////////////////////////////////////////////////////////////////
00008 // Boost
00009 #include <boost/shared_ptr.hpp>
00010 
00011 namespace stdair {
00012 
00013   // Forward declarations
00014   struct BookingRequestStruct;
00015   
00016   // ///////////// Type definitions //////////////
00018   typedef boost::shared_ptr<BookingRequestStruct> BookingRequestPtr_T;
00019   
00021   typedef std::string DemandGeneratorKey_T;
00022 
00023   
00024 }
00025 #endif // __STDAIR_BOM_BOOKINGREQUESTTYPES_HPP
00026