$treeview $search $mathjax
00001 // ////////////////////////////////////////////////////////////////////// 00002 #ifndef __SEVMGR_BOM_EVENTQUEUETYPES_HPP 00003 #define __SEVMGR_BOM_EVENTQUEUETYPES_HPP 00004 00005 // ////////////////////////////////////////////////////////////////////// 00006 // Import section 00007 // ////////////////////////////////////////////////////////////////////// 00008 // STL 00009 #include <map> 00010 #include <list> 00011 // StdAir 00012 #include <stdair/bom/key_types.hpp> 00013 00014 namespace SEVMGR { 00015 00016 // Forward declarations. 00017 class EventQueue; 00018 00020 typedef std::list<EventQueue*> EventQueueList_T; 00021 00023 typedef std::map<const stdair::MapKey_T, EventQueue*> EventQueueMap_T; 00024 00025 } 00026 #endif // __SEVMGR_BOM_EVENTQUEUETYPES_HPP