src/helper/csma-helper.h
changeset 3403 ac82ff1f6736
parent 3381 3cdd9d60f7c7
child 3786 9f384deadb46
--- a/src/helper/csma-helper.h	Wed Jul 09 20:11:16 2008 -0700
+++ b/src/helper/csma-helper.h	Wed Jul 09 20:12:05 2008 -0700
@@ -27,6 +27,7 @@
 #include "ns3/net-device-container.h"
 #include "ns3/node-container.h"
 #include "ns3/csma-channel.h"
+#include "ns3/deprecated.h"
 
 namespace ns3 {
 
@@ -79,6 +80,9 @@
    */
   void SetChannelAttribute (std::string n1, const AttributeValue &v1);
 
+  void SetDeviceParameter (std::string n1, const AttributeValue &v1) NS_DEPRECATED;
+  void SetChannelParameter (std::string n1, const AttributeValue &v1) NS_DEPRECATED;
+
   /**
    * \param filename filename prefix to use for pcap files.
    * \param nodeid the id of the node to generate pcap output for.