src/core/bindings/modulegen__gcc_LP64.py
changeset 7723 dfd109d5caf0
parent 7586 c94d841b44fb
child 7788 90ef8839dc5d
--- a/src/core/bindings/modulegen__gcc_LP64.py	Mon Feb 20 16:31:09 2012 +0000
+++ b/src/core/bindings/modulegen__gcc_LP64.py	Mon Feb 20 16:45:50 2012 +0000
@@ -1429,7 +1429,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',