src/propagation/bindings/modulegen__gcc_ILP32.py
changeset 7724 df7a2f30d5a8
parent 7598 d12d85a4faca
child 8750 b3db7d51f260
--- a/src/propagation/bindings/modulegen__gcc_ILP32.py	Mon Feb 20 16:45:50 2012 +0000
+++ b/src/propagation/bindings/modulegen__gcc_ILP32.py	Mon Feb 20 09:38:45 2012 -0800
@@ -590,7 +590,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',