SEvMgr Logo  0.2.0
C++ Simulation-Oriented Discrete Event Management Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
EventQueueManager.cpp
Go to the documentation of this file.
1 // //////////////////////////////////////////////////////////////////////
2 // Import section
3 // //////////////////////////////////////////////////////////////////////
4 // STL
5 #include <cassert>
6 // StdAir
7 #include <stdair/basic/ProgressStatusSet.hpp>
8 #include <stdair/bom/BomManager.hpp>
9 #include <stdair/bom/EventStruct.hpp>
10 #include <stdair/bom/EventQueue.hpp>
11 #include <stdair/service/Logger.hpp>
12 // SEvMgr
14 
15 namespace SEVMGR {
16 
17  // //////////////////////////////////////////////////////////////////////
18  void EventQueueManager::
19  buildSampleBom (stdair::EventQueue& ioEventQueue) {
20  }
21 
22  // ////////////////////////////////////////////////////////////////////
23  void EventQueueManager::reset (stdair::EventQueue& ioEventQueue) {
24 
28  ioEventQueue.reset();
29  }
30 
31 }