code from all trees.

This commit is contained in:
Mathieu Lacage
2007-02-08 15:37:48 +01:00
parent e73ac88cf2
commit 9609fe68f0
23 changed files with 1879 additions and 4 deletions

View File

@@ -50,8 +50,8 @@ Node::GetL3Demux() const
{
return 0;
}
L4Demux*
Node::GetL4Demux() const
Ipv4L4Demux*
Node::GetIpv4L4Demux() const
{
return 0;
}