src/core/bindings/modulegen__gcc_LP64.py
changeset 6893 5dccd86f90cf
parent 6881 318bdcde36e7
child 6990 c9069308a70e
--- a/src/core/bindings/modulegen__gcc_LP64.py	Fri Mar 11 15:55:38 2011 +0000
+++ b/src/core/bindings/modulegen__gcc_LP64.py	Sat Mar 12 18:34:30 2011 +0000
@@ -2267,6 +2267,11 @@
                    'ns3::TypeId', 
                    [], 
                    is_const=True, is_virtual=True)
+    ## object.h (module 'core'): ns3::Ptr<ns3::Object> ns3::Object::GetObject(ns3::TypeId tid) const [member function]
+    cls.add_method('GetObject', 
+                   'ns3::Ptr< ns3::Object >', 
+                   [param('ns3::TypeId', 'tid')], 
+                   is_const=True, template_parameters=['ns3::Object'], custom_template_method_name='GetObject')
     ## object.h (module 'core'): static ns3::TypeId ns3::Object::GetTypeId() [member function]
     cls.add_method('GetTypeId', 
                    'ns3::TypeId',