Remove ns3::PbbPacket::SerializePacketTlv, it is not implemented

This commit is contained in:
Gustavo J. A. M. Carneiro
2010-02-01 15:24:40 +00:00
parent c20ea3edb3
commit f7855387cf
3 changed files with 0 additions and 11 deletions

View File

@@ -4580,11 +4580,6 @@ def register_Ns3PbbPacket_methods(root_module, cls):
'int',
[],
is_const=True)
## packetbb.h: void ns3::PbbPacket::SerializePacketTlv(ns3::Buffer::Iterator & start) const [member function]
cls.add_method('SerializePacketTlv',
'void',
[param('ns3::Buffer::Iterator &', 'start')],
is_const=True, visibility='protected')
return
def register_Ns3PbbTlv_methods(root_module, cls):

View File

@@ -4580,11 +4580,6 @@ def register_Ns3PbbPacket_methods(root_module, cls):
'int',
[],
is_const=True)
## packetbb.h: void ns3::PbbPacket::SerializePacketTlv(ns3::Buffer::Iterator & start) const [member function]
cls.add_method('SerializePacketTlv',
'void',
[param('ns3::Buffer::Iterator &', 'start')],
is_const=True, visibility='protected')
return
def register_Ns3PbbTlv_methods(root_module, cls):