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