--- a/src/simulator/realtime-simulator-impl.h Fri Oct 10 21:01:50 2008 -0700
+++ b/src/simulator/realtime-simulator-impl.h Tue Oct 14 22:52:41 2008 -0700
@@ -69,11 +69,11 @@
void Stop (Time const &time);
EventId Schedule (Time const &time, const Ptr<EventImpl> &event);
EventId ScheduleNow (const Ptr<EventImpl> &event);
- EventId ScheduleReal (Time const &time, const Ptr<EventImpl> &event);
- EventId ScheduleRealNow (const Ptr<EventImpl> &event);
+ EventId ScheduleRealtime (Time const &time, const Ptr<EventImpl> &event);
+ EventId ScheduleRealtimeNow (const Ptr<EventImpl> &event);
EventId ScheduleDestroy (const Ptr<EventImpl> &event);
Time Now (void) const;
- Time RealNow (void) const;
+ Time RealtimeNow (void) const;
void Remove (const EventId &ev);
void Cancel (const EventId &ev);
bool IsExpired (const EventId &ev) const;