From 50b637e66b63e533aae41aff98bfc0cf2be971cd Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 12 Jun 2008 09:51:29 -0700 Subject: [PATCH] doc cleanup --- src/devices/wifi/yans-wifi-channel.h | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/src/devices/wifi/yans-wifi-channel.h b/src/devices/wifi/yans-wifi-channel.h index 4e3f0d390..b34c2c7e8 100644 --- a/src/devices/wifi/yans-wifi-channel.h +++ b/src/devices/wifi/yans-wifi-channel.h @@ -54,24 +54,11 @@ public: YansWifiChannel (); virtual ~YansWifiChannel (); - /** - * \returns the number of network interfaces connected to - * this channel. - * - * Overriden from the NetDevice base class. - */ + // inherited from Channel. virtual uint32_t GetNDevices (void) const; - - /** - * \param i index of the requested network interface. - * \returns the requested network interfaces connected to - * this channel. - * - * Overriden from the NetDevice base class. - * Indexes start at 0 and end at n-1. - */ virtual Ptr GetDevice (uint32_t i) const; + // inherited from WifiChannel virtual Ptr CreatePhy (Ptr device, Ptr mobility, UnsafeAttributeList list);