src/node/simple-net-device.cc
changeset 3480 a920df6b9f02
parent 3460 99698bc858e8
child 3549 4eaf02702f17
--- a/src/node/simple-net-device.cc	Thu Jul 24 11:37:56 2008 +0100
+++ b/src/node/simple-net-device.cc	Thu Jul 24 11:41:15 2008 +0100
@@ -200,5 +200,16 @@
 }
 
 
+void
+SimpleNetDevice::SetPromiscReceiveCallback (PromiscReceiveCallback cb)
+{
+  NS_FATAL_ERROR ("Not supported");
+}
+
+bool
+SimpleNetDevice::SupportsPromiscuous (void) const
+{
+  return false;
+}
 
 } // namespace ns3