Bug 1349 - TypeId.LookupAttributeByName Python bindings missing

This commit is contained in:
Gustavo J. A. M. Carneiro
2012-02-20 16:45:50 +00:00
parent bf4910a556
commit e1da179b80
4 changed files with 4 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ type_annotations = {
'params': {'seed':{'direction':'out',
'array_length':'6'}}
},
'bool ns3::TypeId::LookupAttributeByName(std::string name, ns3::TypeId::AttributeInfo * info) const [member function]': {
'bool ns3::TypeId::LookupAttributeByName(std::string name, ns3::TypeId::AttributeInformation * info) const [member function]': {
'params': {'info':{'transfer_ownership': 'false'}}
},
'static bool ns3::TypeId::LookupByNameFailSafe(std::string name, ns3::TypeId * tid) [member function]': {