diff -r 4f45bec005b8 -r ad7e61edfb9d src/devices/point-to-point/point-to-point-net-device.h --- a/src/devices/point-to-point/point-to-point-net-device.h Tue Aug 28 11:22:01 2007 +0200 +++ b/src/devices/point-to-point/point-to-point-net-device.h Tue Aug 28 12:05:35 2007 +0200 @@ -182,7 +182,6 @@ virtual Ptr DoGetChannel(void) const; /** * Set a new default data rate - * @param Data rate to set for new default */ static void SetDefaultRate(const DataRate&); @@ -219,7 +218,7 @@ * @param protocolNumber Protocol Number used to find protocol touse * @returns true if success, false on failure */ - virtual bool SendTo (Packet& p, const Address& dest, + virtual bool SendTo (const Packet& p, const Address& dest, uint16_t protocolNumber); /** * Start Sending a Packet Down the Wire.