make ApplicationList an NsUnknown object.

This commit is contained in:
Mathieu Lacage
2007-05-03 13:17:29 +02:00
parent b0399a9f9c
commit e89d1692e5
7 changed files with 12 additions and 29 deletions

View File

@@ -102,11 +102,6 @@ void Node::DoDispose()
NsUnknown::DoDispose ();
}
ApplicationList* Node::GetApplicationList() const
{
return 0;
}
Ipv4 *
Node::GetIpv4 (void) const
{