src/simulator/default-simulator-impl.cc
changeset 3811 4eb8e926c6d7
parent 3809 5e007004402e
child 3812 6cca59a0fca6
equal deleted inserted replaced
3810:ca47c7015ea4 3811:4eb8e926c6d7
   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