diff --git a/src/internet/bindings/modulegen__gcc_ILP32.py b/src/internet/bindings/modulegen__gcc_ILP32.py index 358a26f0f..3f168e7ab 100644 --- a/src/internet/bindings/modulegen__gcc_ILP32.py +++ b/src/internet/bindings/modulegen__gcc_ILP32.py @@ -8600,11 +8600,6 @@ def register_Ns3Ipv4PacketInfoTag_methods(root_module, cls): 'ns3::TypeId', [], is_const=True, is_virtual=True) - ## ipv4-packet-info-tag.h (module 'internet'): ns3::Ipv4Address ns3::Ipv4PacketInfoTag::GetLocalAddress() const [member function] - cls.add_method('GetLocalAddress', - 'ns3::Ipv4Address', - [], - is_const=True) ## ipv4-packet-info-tag.h (module 'internet'): uint32_t ns3::Ipv4PacketInfoTag::GetRecvIf() const [member function] cls.add_method('GetRecvIf', 'uint32_t', @@ -8639,10 +8634,6 @@ def register_Ns3Ipv4PacketInfoTag_methods(root_module, cls): cls.add_method('SetAddress', 'void', [param('ns3::Ipv4Address', 'addr')]) - ## ipv4-packet-info-tag.h (module 'internet'): void ns3::Ipv4PacketInfoTag::SetLocalAddress(ns3::Ipv4Address addr) [member function] - cls.add_method('SetLocalAddress', - 'void', - [param('ns3::Ipv4Address', 'addr')]) ## ipv4-packet-info-tag.h (module 'internet'): void ns3::Ipv4PacketInfoTag::SetRecvIf(uint32_t ifindex) [member function] cls.add_method('SetRecvIf', 'void', diff --git a/src/internet/bindings/modulegen__gcc_LP64.py b/src/internet/bindings/modulegen__gcc_LP64.py index 358a26f0f..3f168e7ab 100644 --- a/src/internet/bindings/modulegen__gcc_LP64.py +++ b/src/internet/bindings/modulegen__gcc_LP64.py @@ -8600,11 +8600,6 @@ def register_Ns3Ipv4PacketInfoTag_methods(root_module, cls): 'ns3::TypeId', [], is_const=True, is_virtual=True) - ## ipv4-packet-info-tag.h (module 'internet'): ns3::Ipv4Address ns3::Ipv4PacketInfoTag::GetLocalAddress() const [member function] - cls.add_method('GetLocalAddress', - 'ns3::Ipv4Address', - [], - is_const=True) ## ipv4-packet-info-tag.h (module 'internet'): uint32_t ns3::Ipv4PacketInfoTag::GetRecvIf() const [member function] cls.add_method('GetRecvIf', 'uint32_t', @@ -8639,10 +8634,6 @@ def register_Ns3Ipv4PacketInfoTag_methods(root_module, cls): cls.add_method('SetAddress', 'void', [param('ns3::Ipv4Address', 'addr')]) - ## ipv4-packet-info-tag.h (module 'internet'): void ns3::Ipv4PacketInfoTag::SetLocalAddress(ns3::Ipv4Address addr) [member function] - cls.add_method('SetLocalAddress', - 'void', - [param('ns3::Ipv4Address', 'addr')]) ## ipv4-packet-info-tag.h (module 'internet'): void ns3::Ipv4PacketInfoTag::SetRecvIf(uint32_t ifindex) [member function] cls.add_method('SetRecvIf', 'void',