Go to the documentation of this file.00001
00002
00003
00004
00005 #include <cassert>
00006
00007 #include <stdair/basic/ProgressStatusSet.hpp>
00008 #include <stdair/bom/BomManager.hpp>
00009 #include <stdair/bom/EventStruct.hpp>
00010 #include <stdair/bom/EventQueue.hpp>
00011 #include <stdair/service/Logger.hpp>
00012
00013 #include <sevmgr/command/EventQueueManager.hpp>
00014
00015 namespace SEVMGR {
00016
00017
00018 void EventQueueManager::
00019 buildSampleBom (stdair::EventQueue& ioEventQueue) {
00020 }
00021
00022
00023 void EventQueueManager::reset (stdair::EventQueue& ioEventQueue) {
00024
00028 ioEventQueue.reset();
00029 }
00030
00031 }