Python: Re-add ns3::Ipv4GlobalRouting::GetRoute annotation for return pointer type
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Wed, 16 Feb 2011 12:36:18 +0000
changeset 6816 9e50416beaea
parent 6814 17ff75a3dcbf
child 6817 beb32bce5e39
Python: Re-add ns3::Ipv4GlobalRouting::GetRoute annotation for return pointer type
bindings/python/ns3modulescan.py
--- a/bindings/python/ns3modulescan.py	Tue Feb 15 17:19:13 2011 +0000
+++ b/bindings/python/ns3modulescan.py	Wed Feb 16 12:36:18 2011 +0000
@@ -94,7 +94,7 @@
     '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',}},
         },