clear the list of NetDevice

This commit is contained in:
Mathieu Lacage
2007-10-18 12:20:17 +02:00
parent 8a9502ce01
commit a90aee32a0

View File

@@ -36,7 +36,9 @@ WifiChannel::WifiChannel ()
m_delay (PropagationDelayModel::CreateDefault ())
{}
WifiChannel::~WifiChannel ()
{}
{
m_deviceList.clear ();
}
void
WifiChannel::SetPropationLossModel (Ptr<PropagationLossModel> loss)