changeset 2051 | 83f33d9b66cb |
parent 2031 | 567dbc2475fc |
child 2159 | 20f882e85b4a |
--- a/src/devices/wifi/wifi-channel.cc Mon Oct 29 15:04:47 2007 +0100 +++ b/src/devices/wifi/wifi-channel.cc Mon Oct 29 16:34:26 2007 +0100 @@ -91,7 +91,7 @@ return m_deviceList.size (); } Ptr<NetDevice> -WifiChannel::GetDevice (uint32_t i) const +WifiChannel::DoGetDevice (uint32_t i) const { return m_deviceList[i].first; }