diff -r b6e9f47c260b -r 882381aa270d src/mesh/bindings/modulegen__gcc_ILP32.py --- a/src/mesh/bindings/modulegen__gcc_ILP32.py Wed Dec 12 19:52:06 2012 +0100 +++ b/src/mesh/bindings/modulegen__gcc_ILP32.py Wed Dec 12 13:14:40 2012 -0800 @@ -4379,6 +4379,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', @@ -6682,6 +6687,10 @@ cls.add_method('Cancel', 'void', []) + ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::EndTxNoAck() [member function] + cls.add_method('EndTxNoAck', + 'void', + []) ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::RestartAccessIfNeeded() [member function] cls.add_method('RestartAccessIfNeeded', 'void',