src/node/simple-net-device.cc
changeset 3480 a920df6b9f02
parent 3460 99698bc858e8
child 3549 4eaf02702f17
equal deleted inserted replaced
3479:d89e9db667f0 3480:a920df6b9f02
   198   m_node = 0;
   198   m_node = 0;
   199   NetDevice::DoDispose ();
   199   NetDevice::DoDispose ();
   200 }
   200 }
   201 
   201 
   202 
   202 
       
   203 void
       
   204 SimpleNetDevice::SetPromiscReceiveCallback (PromiscReceiveCallback cb)
       
   205 {
       
   206   NS_FATAL_ERROR ("Not supported");
       
   207 }
       
   208 
       
   209 bool
       
   210 SimpleNetDevice::SupportsPromiscuous (void) const
       
   211 {
       
   212   return false;
       
   213 }
   203 
   214 
   204 } // namespace ns3
   215 } // namespace ns3