Add ApplicationList and Capability

This commit is contained in:
Tom Henderson
2007-03-27 21:48:22 -07:00
parent 6bf9d35ba8
commit f1cd4984a1
10 changed files with 327 additions and 2 deletions

View File

@@ -124,6 +124,11 @@ Node::GetIpv4L4Demux() const
return 0;
}
ApplicationList* Node::GetApplicationList() const
{
return 0;
}
NetDeviceList*
Node::GetNetDeviceList() const
{