changeset 2720 | 3c7d9f8c9034 |
parent 2677 | 28dfd0c7510d |
child 2927 | 73b47ce1d805 |
--- a/src/devices/wifi/wifi-channel.cc Mon Mar 24 13:25:08 2008 -0700 +++ b/src/devices/wifi/wifi-channel.cc Mon Mar 24 13:33:41 2008 -0700 @@ -117,7 +117,7 @@ return m_deviceList.size (); } Ptr<NetDevice> -WifiChannel::DoGetDevice (uint32_t i) const +WifiChannel::GetDevice (uint32_t i) const { return m_deviceList[i].first; }