src/simulator/simulator-impl.h
2009-11-12 Simulator::SetScheduler now takes an ObjectFactory
2009-06-19 kill unused method
2008-12-10 fix bug 230, rescan bindings
2008-10-27 remove realtime public API.
2008-10-15 rename RealtimeSimulator to WallclockSimulator
2008-10-15 move MakeEvent out of Simulator
2008-10-15 avoid using Ptr<EventImpl>
2008-10-15 don't use EventId in Schedulers: use Scheduler::Event instead.
2008-08-06 Bug #270: Simulator::RunOneEvent
2008-07-28 bug 252: get rid of dead code.
2008-07-18 make simulator implementation replaceable via global default value
2008-07-17 factor simulator into interface and (multiple) implementation pieces