doc cleanup

This commit is contained in:
Mathieu Lacage
2008-06-12 09:51:29 -07:00
parent 859396a8f6
commit 50b637e66b

View File

@@ -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<NetDevice> GetDevice (uint32_t i) const;
// inherited from WifiChannel
virtual Ptr<WifiPhy> CreatePhy (Ptr<WifiNetDevice> device,
Ptr<Object> mobility,
UnsafeAttributeList list);