remove Node::GetIpv4

This commit is contained in:
Mathieu Lacage
2007-05-03 15:24:34 +02:00
parent b4810cc153
commit 4f05b2b2fc
16 changed files with 552 additions and 54 deletions

View File

@@ -102,10 +102,4 @@ void Node::DoDispose()
NsUnknown::DoDispose ();
}
Ipv4 *
Node::GetIpv4 (void) const
{
return 0;
}
}//namespace ns3