Remove ns3::PbbPacket::SerializePacketTlv, it is not implemented
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -631,7 +631,6 @@ public:
|
||||
bool operator!= (const PbbPacket &other) const;
|
||||
|
||||
protected:
|
||||
void SerializePacketTlv (Buffer::Iterator &start) const;
|
||||
|
||||
private:
|
||||
PbbTlvBlock m_tlvList;
|
||||
|
||||
Reference in New Issue
Block a user