src/config-store/bindings/modulegen__gcc_LP64.py
changeset 7724 df7a2f30d5a8
parent 7449 c9d877350d13
child 10183 308e44d51626
--- a/src/config-store/bindings/modulegen__gcc_LP64.py	Mon Feb 20 16:45:50 2012 +0000
+++ b/src/config-store/bindings/modulegen__gcc_LP64.py	Mon Feb 20 09:38:45 2012 -0800
@@ -370,7 +370,7 @@
     ## type-id.h (module 'core'): bool ns3::TypeId::LookupAttributeByName(std::string name, ns3::TypeId::AttributeInformation * info) const [member function]
     cls.add_method('LookupAttributeByName', 
                    'bool', 
-                   [param('std::string', 'name'), param('ns3::TypeId::AttributeInformation *', 'info')], 
+                   [param('std::string', 'name'), param('ns3::TypeId::AttributeInformation *', 'info', transfer_ownership=False)], 
                    is_const=True)
     ## type-id.h (module 'core'): static ns3::TypeId ns3::TypeId::LookupByName(std::string name) [member function]
     cls.add_method('LookupByName',