restore declarations to fix the build
authorTom Henderson <tomh@tomh.org>
Mon, 04 May 2015 22:31:24 -0700
changeset 11361 b50198ab897d
parent 11360 b2777e7f5653
child 11362 917793d13817
restore declarations to fix the build
src/core/model/realtime-simulator-impl.h
--- a/src/core/model/realtime-simulator-impl.h	Mon May 04 22:30:02 2015 -0700
+++ b/src/core/model/realtime-simulator-impl.h	Mon May 04 22:31:24 2015 -0700
@@ -89,7 +89,6 @@
   ~RealtimeSimulatorImpl ();
 
   // Inherited from SimulatorImpl
-  /*
   virtual void Destroy ();
   virtual bool IsFinished (void) const;
   virtual void Stop (void);
@@ -108,7 +107,6 @@
   virtual void SetScheduler (ObjectFactory schedulerFactory);
   virtual uint32_t GetSystemId (void) const; 
   virtual uint32_t GetContext (void) const;
-  */
 
   /** \copydoc ScheduleWithContext */
   void ScheduleRealtimeWithContext (uint32_t context, Time const &time, EventImpl *event);