src/node/socket.h
changeset 607 1b7abeccfcda
parent 592 f7e4beac3e31
child 646 f7475a7c5ae6
--- a/src/node/socket.h	Mon May 14 09:26:51 2007 +0200
+++ b/src/node/socket.h	Mon May 14 10:06:12 2007 +0200
@@ -29,7 +29,7 @@
 
 namespace ns3 {
 
-class Node;
+class INode;
 
 /**
  * \brief Define a Socket API based on the BSD Socket API.
@@ -66,7 +66,7 @@
   /**
    * \returns the node this socket is associated with.
    */
-  virtual Ptr<Node> GetNode (void) const = 0;
+  virtual Ptr<INode> GetINode (void) const = 0;
 
   /** 
    * Allocate a free port number and