View | Details | Raw Unified | Return to bug 152
Collapse All | Expand All

(-)a/src/devices/csma/csma-channel.cc (-1 / +1 lines)
 Lines 358-364   Ptr<NetDevice> Link Here 
358
Ptr<NetDevice>
358
Ptr<NetDevice>
359
CsmaChannel::GetDevice (uint32_t i) const
359
CsmaChannel::GetDevice (uint32_t i) const
360
{
360
{
361
  return GetDevice (i);
361
  return GetCsmaDevice (i);
362
}
362
}
363
363
364
} // namespace ns3
364
} // namespace ns3

Return to bug 152