src/simulator/simulator.cc
changeset 4009 76cb8ed8fe98
parent 3920 736b807ae8c0
child 4054 d1df606b20f8
equal deleted inserted replaced
4008:b8feac108e89 4009:76cb8ed8fe98
   167 
   167 
   168 void 
   168 void 
   169 Simulator::Stop (Time const &time)
   169 Simulator::Stop (Time const &time)
   170 {
   170 {
   171   NS_LOG_FUNCTION (time);
   171   NS_LOG_FUNCTION (time);
   172   GetImpl ()->Stop (time);
   172   Simulator::Schedule (time, &Simulator::Stop);
   173 }
   173 }
   174 
   174 
   175 Time
   175 Time
   176 Simulator::Now (void)
   176 Simulator::Now (void)
   177 {
   177 {