Update the bindings for GetSeed change
authorRaj Bhattacharjea <raj.b@gatech.edu>
Wed, 28 Jan 2009 13:35:47 -0500
changeset 4230 1a7aced59ed6
parent 4229 4814b2348908
child 4231 6f9f859bae8b
Update the bindings for GetSeed change
bindings/python/ns3_module_core.py
--- a/bindings/python/ns3_module_core.py	Thu Jan 22 15:59:50 2009 -0500
+++ b/bindings/python/ns3_module_core.py	Wed Jan 28 13:35:47 2009 -0500
@@ -667,11 +667,6 @@
                    'void', 
                    [param('uint32_t', 'seed')], 
                    is_static=True)
-    ## random-variable.h: static uint32_t ns3::SeedManager::GetSeed() [member function]
-    cls.add_method('GetSeed', 
-                   'uint32_t', 
-                   [], 
-                   is_static=True)
     ## random-variable.h: static void ns3::SeedManager::SetSeed(uint32_t * seed) [member function]
     cls.add_method('SetSeed', 
                    'void',