--- a/src/buildings/bindings/modulegen__gcc_LP64.py Wed Dec 12 19:52:06 2012 +0100
+++ b/src/buildings/bindings/modulegen__gcc_LP64.py Wed Dec 12 13:14:40 2012 -0800
@@ -2226,6 +2226,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',