remove Node::GetArp

This commit is contained in:
Mathieu Lacage
2007-05-03 14:39:37 +02:00
parent 2f1189d766
commit b4810cc153
8 changed files with 117 additions and 29 deletions

View File

@@ -32,7 +32,6 @@
namespace ns3 {
class Ipv4;
class Arp;
class TraceContext;
class TraceResolver;
@@ -71,7 +70,6 @@ public:
// of the correct type if one exists, or the nil pointer if no
// null capability exists.
virtual Ipv4 * GetIpv4 (void) const;
virtual Arp * GetArp (void) const;
private:
uint32_t m_id; // Node id for this node