This commit is contained in:
Pavel Boyko
2009-10-26 09:21:20 +03:00
105 changed files with 4921 additions and 1805 deletions

View File

@@ -45,6 +45,8 @@ TypeId NetDevice::GetTypeId (void)
}
NetDevice::~NetDevice ()
{}
{
NS_LOG_FUNCTION_NOARGS ();
}
} // namespace ns3

View File

@@ -148,6 +148,7 @@ Node::GetNApplications (void) const
void
Node::DoDispose()
{
m_handlers.clear ();
for (std::vector<Ptr<NetDevice> >::iterator i = m_devices.begin ();
i != m_devices.end (); i++)
{