Bugzilla – Bug 2115
The commit "Doxygen config, deprecated, realtime, unused" breaks the build
Last modified: 2015-05-05 12:50:50 UTC
because the commit commented the functions inherited from SimulatorImpl (a /* and */ mis-placed maybe?) + // Inherited from SimulatorImpl + /* .... + */ The errors are: ../src/core/model/realtime-simulator-impl.cc:121:33: error: no ‘void ns3::RealtimeSimulatorImpl::Destroy()’ member function declared in class ‘ns3::RealtimeSimulatorImpl’ RealtimeSimulatorImpl::Destroy () ^ ../src/core/model/realtime-simulator-impl.cc:146:68: error: no ‘void ns3::RealtimeSimulatorImpl::SetScheduler(ns3::ObjectFactory)’ member function declared in class ‘ns3::RealtimeSimulatorImpl’ RealtimeSimulatorImpl::SetScheduler (ObjectFactory schedulerFactory) ^ ../src/core/model/realtime-simulator-impl.cc:397:42: error: no ‘bool ns3::RealtimeSimulatorImpl::IsFinished() const’ member function declared in class ‘ns3::RealtimeSimulatorImpl’ RealtimeSimulatorImpl::IsFinished (void) const (.. and many other)
I already took out that comment to fix the build; I'll leave it to Peter to review now to see if more needs to be done.
Whoops. Don't know what I was thinking.