bindings/python/ns3_module_node.py
changeset 3516 dacc57c5d31f
parent 3480 a920df6b9f02
child 3525 4b8ef7da0ac3
--- a/bindings/python/ns3_module_node.py	Wed Aug 06 11:37:52 2008 +0100
+++ b/bindings/python/ns3_module_node.py	Thu Aug 07 10:13:54 2008 -0700
@@ -1671,10 +1671,6 @@
                    'ns3::Ptr< ns3::Application >', 
                    [param('uint32_t', 'index')], 
                    is_const=True)
-    ## node.h: ns3::Ptr<ns3::Application> ns3::Node::GetFirstApplication(ns3::TypeId tid) [member function]
-    cls.add_method('GetFirstApplication', 
-                   'ns3::Ptr< ns3::Application >', 
-                   [param('ns3::TypeId', 'tid')])
     ## node.h: uint32_t ns3::Node::GetNApplications() const [member function]
     cls.add_method('GetNApplications', 
                    'uint32_t',