changeset 3936 | e525995ce5dc |
parent 3852 | 9cf7ad0cac85 |
child 4263 | fec2f830d015 |
child 4285 | 2b197a6b4460 |
--- a/src/devices/csma/csma-net-device.h Tue Nov 18 15:46:46 2008 -0800 +++ b/src/devices/csma/csma-net-device.h Tue Nov 18 16:23:31 2008 -0800 @@ -351,6 +351,12 @@ virtual bool IsPointToPoint (void) const; /** + * Is this a bridge? + * \returns false. + */ + virtual bool IsBridge (void) const; + + /** * Start sending a packet down the channel. */ virtual bool Send (Ptr<Packet> packet, const Address& dest,