src/devices/csma/csma-net-device.h
changeset 3011 2d507430219e
parent 2655 a71d888ca2e8
child 3021 5b1479210da3
--- a/src/devices/csma/csma-net-device.h	Thu May 08 12:43:36 2008 -0700
+++ b/src/devices/csma/csma-net-device.h	Thu May 08 13:26:49 2008 -0700
@@ -150,7 +150,7 @@
    * \param queue a pointer to the queue for which object is assuming
    *        ownership.
    */
-  void AddQueue (Ptr<Queue> queue);
+  void SetQueue (Ptr<Queue> queue);
   /**
    * Attach a receive ErrorModel to the CsmaNetDevice.
    *
@@ -160,7 +160,7 @@
    * @see ErrorModel
    * @param em a pointer to the ErrorModel 
    */
-  void AddReceiveErrorModel(Ptr<ErrorModel> em);
+  void SetReceiveErrorModel(Ptr<ErrorModel> em);
   /**
    * Receive a packet from a connected CsmaChannel.
    *