--- 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',