From 68599df203c5c90f18c92e426539e51ecdf16c71 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Wed, 16 Feb 2011 12:36:18 +0000 Subject: [PATCH] Python: Re-add ns3::Ipv4GlobalRouting::GetRoute annotation for return pointer type --- bindings/python/ns3modulescan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/ns3modulescan.py b/bindings/python/ns3modulescan.py index a89176dcc..9b9555b02 100644 --- a/bindings/python/ns3modulescan.py +++ b/bindings/python/ns3modulescan.py @@ -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',}}, },