add virtual destructor

This commit is contained in:
Tom Henderson
2013-12-03 17:06:35 -08:00
parent bb98e9ad55
commit d0a414b7d5
2 changed files with 6 additions and 0 deletions

View File

@@ -52,6 +52,10 @@ WifiMacHelper::~WifiMacHelper ()
{
}
WifiHelper::~WifiHelper ()
{
}
WifiHelper::WifiHelper ()
: m_standard (WIFI_PHY_STANDARD_80211a)
{

View File

@@ -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