src/node/simple-net-device.h
changeset 4322 bad9eed19283
parent 3936 e525995ce5dc
child 4578 88434ff8f0a5
--- a/src/node/simple-net-device.h	Thu Apr 16 11:00:13 2009 +0200
+++ b/src/node/simple-net-device.h	Thu Apr 16 11:10:17 2009 +0200
@@ -46,8 +46,6 @@
   void SetAddress (Mac48Address address);
 
   // inherited from NetDevice base class.
-  virtual void SetName(const std::string name);
-  virtual std::string GetName(void) const;
   virtual void SetIfIndex(const uint32_t index);
   virtual uint32_t GetIfIndex(void) const;
   virtual Ptr<Channel> GetChannel (void) const;
@@ -82,7 +80,6 @@
   NetDevice::PromiscReceiveCallback m_promiscCallback;
   Ptr<Node> m_node;
   uint16_t m_mtu;
-  std::string m_name;
   uint32_t m_ifIndex;
   Mac48Address m_address;
 };