src/node/net-device.h
changeset 710 2a9c061219a7
parent 607 1b7abeccfcda
child 728 95c426b1cb60
--- a/src/node/net-device.h	Fri May 25 10:52:58 2007 +0200
+++ b/src/node/net-device.h	Fri May 25 10:56:03 2007 +0200
@@ -25,7 +25,7 @@
 #include <stdint.h>
 #include "ns3/callback.h"
 #include "ns3/packet.h"
-#include "ns3/interface.h"
+#include "ns3/object.h"
 #include "ns3/ptr.h"
 #include "mac-address.h"
 
@@ -55,7 +55,7 @@
  * this base class and implement your own version of the
  * NetDevice::SendTo method.
  */
-class NetDevice : public Interface
+class NetDevice : public Object
 {
 public:
   static const InterfaceId iid;