Python: Re-add ns3::Ipv4GlobalRouting::GetRoute annotation for return pointer type

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-02-16 12:36:18 +00:00
parent 19362df2ae
commit 68599df203

View File

@@ -94,7 +94,7 @@ type_annotations = {
'ns3::Ipv4RoutingTableEntry * ns3::GlobalRouter::GetInjectedRoute(uint32_t i) [member function]': {
'params': {'return': { 'caller_owns_return': 'false',}},
},
'ns3::Ipv4RoutingTableEntry * ns3::Ipv4GlobalRouting::GetRoute(uint32_t i) [member function]': {
'ns3::Ipv4RoutingTableEntry * ns3::Ipv4GlobalRouting::GetRoute(uint32_t i) const [member function]': {
'params': {'return': { 'caller_owns_return': 'false',}},
},