--- a/src/stats/bindings/modulegen__gcc_LP64.py Wed Jul 20 16:02:19 2011 +0100
+++ b/src/stats/bindings/modulegen__gcc_LP64.py Wed Jul 20 16:02:32 2011 +0100
@@ -87,7 +87,7 @@
## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter> [class]
module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::Object', 'ns3::ObjectBase', 'ns3::ObjectDeleter'], parent=root_module['ns3::ObjectBase'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
## simulator.h (module 'core'): ns3::Simulator [class]
- module.add_class('Simulator', is_singleton=True, import_from_module='ns.core')
+ module.add_class('Simulator', destructor_visibility='private', import_from_module='ns.core')
## data-calculator.h (module 'stats'): ns3::StatisticalSummary [class]
module.add_class('StatisticalSummary', allow_subclassing=True)
## tag.h (module 'network'): ns3::Tag [class]