add virtual destructor
This commit is contained in:
@@ -52,6 +52,10 @@ WifiMacHelper::~WifiMacHelper ()
|
||||
{
|
||||
}
|
||||
|
||||
WifiHelper::~WifiHelper ()
|
||||
{
|
||||
}
|
||||
|
||||
WifiHelper::WifiHelper ()
|
||||
: m_standard (WIFI_PHY_STANDARD_80211a)
|
||||
{
|
||||
|
||||
@@ -88,6 +88,8 @@ public:
|
||||
class WifiHelper
|
||||
{
|
||||
public:
|
||||
virtual ~WifiHelper ();
|
||||
|
||||
/**
|
||||
* Create a Wifi helper in an empty state: all its parameters
|
||||
* must be set before calling ns3::WifiHelper::Install
|
||||
|
||||
Reference in New Issue
Block a user