add virtual destructor

This commit is contained in:
Tom Henderson
2013-04-14 21:23:56 -07:00
parent e06ea97140
commit b26bf2f89c
2 changed files with 5 additions and 0 deletions

View File

@@ -31,6 +31,9 @@ namespace ns3 {
NS_LOG_COMPONENT_DEFINE ("LteGlobalPathlossDatabase");
LteGlobalPathlossDatabase::~LteGlobalPathlossDatabase (void)
{
}
void
LteGlobalPathlossDatabase::Print ()

View File

@@ -41,6 +41,8 @@ class LteGlobalPathlossDatabase
{
public:
virtual ~LteGlobalPathlossDatabase (void);
/**
* update the pathloss value
*