remove Node::GetUdp

This commit is contained in:
Mathieu Lacage
2007-05-03 14:23:41 +02:00
parent b1eccbe7bf
commit 2f1189d766
7 changed files with 5 additions and 29 deletions

View File

@@ -32,7 +32,6 @@
namespace ns3 {
class Ipv4;
class Udp;
class Arp;
class TraceContext;
@@ -72,7 +71,6 @@ public:
// of the correct type if one exists, or the nil pointer if no
// null capability exists.
virtual Ipv4 * GetIpv4 (void) const;
virtual Udp * GetUdp (void) const;
virtual Arp * GetArp (void) const;
private: