src/devices/wifi/wifi-channel.cc
changeset 2051 83f33d9b66cb
parent 2031 567dbc2475fc
child 2159 20f882e85b4a
equal deleted inserted replaced
2050:bc001884553c 2051:83f33d9b66cb
    89 WifiChannel::GetNDevices (void) const
    89 WifiChannel::GetNDevices (void) const
    90 {
    90 {
    91   return m_deviceList.size ();
    91   return m_deviceList.size ();
    92 }
    92 }
    93 Ptr<NetDevice> 
    93 Ptr<NetDevice> 
    94 WifiChannel::GetDevice (uint32_t i) const
    94 WifiChannel::DoGetDevice (uint32_t i) const
    95 {
    95 {
    96   return m_deviceList[i].first;
    96   return m_deviceList[i].first;
    97 }
    97 }
    98 
    98 
    99 } // namespace ns3
    99 } // namespace ns3