# HG changeset patch # User Gustavo J. A. M. Carneiro # Date 1231947342 0 # Node ID 3dda1049f0d850d5773a064ab962ccb657fa7787 # Parent 55cab933bb571307ba990d7e31506ecad54b8056 RealtimeEventLock is gone diff -r 55cab933bb57 -r 3dda1049f0d8 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'])