--- a/bindings/python/ns3modulegen.py Mon Dec 07 19:16:52 2009 +0100
+++ b/bindings/python/ns3modulegen.py Tue Dec 08 11:07:00 2009 +0100
@@ -131,10 +131,9 @@
pass
if 'Threading' not in enabled_features:
- for clsname in ['SystemThread', 'SystemMutex', 'SystemCondition', 'CriticalSection']:
+ for clsname in ['SystemThread', 'SystemMutex', 'SystemCondition', 'CriticalSection', 'SimpleRefCount< ns3::SystemThread, ns3::empty >']:
root_module.classes.remove(root_module['ns3::%s' % clsname])
-
if 'EmuNetDevice' not in enabled_features:
for clsname in ['EmuNetDevice', 'EmuHelper']:
root_module.classes.remove(root_module['ns3::%s' % clsname])