Ipv6Header::GetName() is declared but not implemented; remove it.
This commit is contained in:
@@ -1457,11 +1457,6 @@ def register_Ns3Ipv6Header_methods(root_module, cls):
|
||||
'ns3::Ipv6Address',
|
||||
[],
|
||||
is_const=True)
|
||||
## ipv6-header.h: std::string ns3::Ipv6Header::GetName() const [member function]
|
||||
cls.add_method('GetName',
|
||||
'std::string',
|
||||
[],
|
||||
is_const=True)
|
||||
## ipv6-header.h: void ns3::Ipv6Header::Print(std::ostream & os) const [member function]
|
||||
cls.add_method('Print',
|
||||
'void',
|
||||
|
||||
@@ -157,12 +157,6 @@ class Ipv6Header : public Header
|
||||
*/
|
||||
Ipv6Address GetDestinationAddress (void) const;
|
||||
|
||||
/**
|
||||
* \brief Get the name.
|
||||
* \return the name
|
||||
*/
|
||||
std::string GetName (void) const;
|
||||
|
||||
/**
|
||||
* \brief Print some informations about the packet.
|
||||
* \param os output stream
|
||||
|
||||
Reference in New Issue
Block a user