StdAir Logo  0.45.1
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
RMEventTypes.hpp
Go to the documentation of this file.
00001 // //////////////////////////////////////////////////////////////////////
00002 #ifndef __STDAIR_BOM_RMEVENTTYPES_HPP
00003 #define __STDAIR_BOM_RMEVENTTYPES_HPP
00004 
00005 // //////////////////////////////////////////////////////////////////////
00006 // Import section
00007 // //////////////////////////////////////////////////////////////////////
00008 // STL
00009 #include <list>
00010 // Boost
00011 #include <boost/shared_ptr.hpp>
00012 
00013 namespace stdair {
00014 
00015   // Forward declarations
00016   struct RMEventStruct;
00017   
00018   // ///////////// Type definitions //////////////
00020   typedef boost::shared_ptr<RMEventStruct> RMEventPtr_T;
00021 
00023   typedef std::list<RMEventStruct> RMEventList_T;
00024   
00025 }
00026 #endif // __STDAIR_BOM_RMEVENTTYPES_HPP
00027