equal
deleted
inserted
replaced
319 // post-fixes to indicate 64 bit constants. |
319 // post-fixes to indicate 64 bit constants. |
320 return TimeStep (0x7fffffffffffffffLL); |
320 return TimeStep (0x7fffffffffffffffLL); |
321 } |
321 } |
322 |
322 |
323 void |
323 void |
324 DefaultSimulatorImpl::ScheduleRealtime (Time const &time, EventImpl *event) |
324 DefaultSimulatorImpl::ScheduleWallclock (Time const &time, EventImpl *event) |
325 { |
325 { |
326 NS_FATAL_ERROR ("not implemented"); |
326 NS_FATAL_ERROR ("not implemented"); |
327 } |
327 } |
328 void |
328 void |
329 DefaultSimulatorImpl::ScheduleRealtimeNow (EventImpl *event) |
329 DefaultSimulatorImpl::ScheduleWallclockNow (EventImpl *event) |
330 { |
330 { |
331 NS_FATAL_ERROR ("not implemented"); |
331 NS_FATAL_ERROR ("not implemented"); |
332 } |
332 } |
333 |
333 |
334 } // namespace ns3 |
334 } // namespace ns3 |