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

(-)a/src/devices/emu/emu-net-device.cc (-1 / +1 lines)
 Lines 1052-1058    Link Here 
1052
void
1052
void
1053
EmuNetDevice::SetPromiscReceiveCallback (PromiscReceiveCallback cb)
1053
EmuNetDevice::SetPromiscReceiveCallback (PromiscReceiveCallback cb)
1054
{
1054
{
1055
  NS_FATAL_ERROR ("EmuNetDevice::SetPromiscReceiveCallback(): Not implemented");
1055
  m_promiscRxCallback = cb;
1056
}
1056
}
1057
1057
1058
  bool 
1058
  bool 

Return to bug 899