src/devices/csma/csma-topology.h
changeset 2252 80595448707a
parent 1272 67a2ba1143e0
child 2602 d9262bff6df2
--- a/src/devices/csma/csma-topology.h	Tue Jan 15 12:43:07 2008 +0100
+++ b/src/devices/csma/csma-topology.h	Tue Jan 15 12:44:09 2008 +0100
@@ -106,14 +106,14 @@
 
   /**
    * \param n1 Node from which socketfactory should be tested.
-   * \param iid_name Interface identifier ("Packet", in this case)
+   * \param tid_name Interface identifier ("Packet", in this case)
    *
    * This is a test function to make sure that a socket can be created
    * by using the socketfactory interface provided in the
    * netdevicenode.
    */
 static  Ptr<Socket> CreatePacketSocket(Ptr<Node> n1, 
-                                       std::string iid_name);
+                                       std::string tid_name);
 #endif
 
 };