src/topology-read/bindings/modulegen__gcc_LP64.py
changeset 9190 882381aa270d
parent 7724 df7a2f30d5a8
child 9294 4cac575735b3
--- a/src/topology-read/bindings/modulegen__gcc_LP64.py	Wed Dec 12 19:52:06 2012 +0100
+++ b/src/topology-read/bindings/modulegen__gcc_LP64.py	Wed Dec 12 13:14:40 2012 -0800
@@ -1432,6 +1432,11 @@
                    'int', 
                    [param('ns3::Time const &', 'o')], 
                    is_const=True)
+    ## nstime.h (module 'core'): static void ns3::Time::FreezeResolution() [member function]
+    cls.add_method('FreezeResolution', 
+                   'void', 
+                   [], 
+                   is_static=True)
     ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function]
     cls.add_method('From', 
                    'ns3::Time',