SEvMgr Logo  0.2.0
C++ Simulation-Oriented Discrete Event Management Library
EventQueueManager.cpp
Go to the documentation of this file.
00001 // //////////////////////////////////////////////////////////////////////
00002 // Import section
00003 // //////////////////////////////////////////////////////////////////////
00004 // STL
00005 #include <cassert>
00006 // StdAir
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 // SEvMgr
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 }
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines