--- a/src/helper/emu-helper.h Tue Jan 20 15:47:14 2009 -0800
+++ b/src/helper/emu-helper.h Tue Jan 20 17:39:18 2009 -0800
@@ -164,6 +164,15 @@
NetDeviceContainer Install (Ptr<Node> node) const;
/**
+ * This method creates an ns3::EmuNetDevice with the attributes configured by
+ * EmuHelper::SetDeviceAttribute and then adds the device to the node.
+ *
+ * \param nodeName The name of the node to install the device in
+ * \returns A containter holding the added net device.
+ */
+ NetDeviceContainer Install (std::string nodeName) const;
+
+ /**
* For each Ptr<node> in the provided container this method creates an
* ns3::EmuNetDevice (with the attributes configured by
* EmuHelper::SetDeviceAttribute); adds the device to the node.