src/helper/point-to-point-helper.cc
changeset 3381 3cdd9d60f7c7
parent 3012 56a4c75f9422
child 3403 ac82ff1f6736
--- a/src/helper/point-to-point-helper.cc	Thu Jul 03 09:44:23 2008 -0400
+++ b/src/helper/point-to-point-helper.cc	Thu Jul 03 15:44:54 2008 -0700
@@ -52,13 +52,13 @@
 }
 
 void 
-PointToPointHelper::SetDeviceParameter (std::string n1, const AttributeValue &v1)
+PointToPointHelper::SetDeviceAttribute (std::string n1, const AttributeValue &v1)
 {
   m_deviceFactory.Set (n1, v1);
 }
 
 void 
-PointToPointHelper::SetChannelParameter (std::string n1, const AttributeValue &v1)
+PointToPointHelper::SetChannelAttribute (std::string n1, const AttributeValue &v1)
 {
   m_channelFactory.Set (n1, v1);
 }