RealtimeEventLock is gone
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Wed, 14 Jan 2009 15:35:42 +0000
changeset 4090 3dda1049f0d8
parent 4089 55cab933bb57
child 4091 8e5d0354c509
RealtimeEventLock is gone
bindings/python/ns3modulegen.py
--- a/bindings/python/ns3modulegen.py	Wed Jan 14 12:46:06 2009 +0000
+++ b/bindings/python/ns3modulegen.py	Wed Jan 14 15:35:42 2009 +0000
@@ -137,7 +137,7 @@
             root_module.classes.remove(root_module['ns3::%s' % clsname])
 
     if 'RealTime' not in enabled_features:
-        for clsname in ['WallClockSynchronizer', 'RealtimeSimulatorImpl', 'RealtimeEventLock']:
+        for clsname in ['WallClockSynchronizer', 'RealtimeSimulatorImpl']:
             root_module.classes.remove(root_module['ns3::%s' % clsname])
         root_module.enums.remove(root_module['ns3::RealtimeSimulatorImpl::SynchronizationMode'])