src/simulator/simulator.cc
changeset 3515 88e9cee20461
parent 3503 b8cccd54da26
child 3796 75c6a3d424d9
--- a/src/simulator/simulator.cc	Wed Aug 06 16:11:44 2008 +0100
+++ b/src/simulator/simulator.cc	Wed Aug 06 11:37:52 2008 +0100
@@ -146,6 +146,13 @@
 }
 
 void 
+Simulator::RunOneEvent (void)
+{
+  NS_LOG_FUNCTION_NOARGS ();
+  GetImpl ()->RunOneEvent ();
+}
+
+void 
 Simulator::Stop (void)
 {
   NS_LOG_LOGIC ("stop");