1.1 --- a/src/node/socket.h Fri Aug 08 10:49:18 2008 +0100
1.2 +++ b/src/node/socket.h Fri Aug 08 16:29:15 2008 -0700
1.3 @@ -147,8 +147,8 @@
1.4 * user should check this return value to confirm that the
1.5 * callback is supported.
1.6 */
1.7 - virtual bool SetDataSentCallback (Callback<void, Ptr<Socket>,
1.8 - uint32_t> dataSent);
1.9 + bool SetDataSentCallback (Callback<void, Ptr<Socket>,
1.10 + uint32_t> dataSent);
1.11 /**
1.12 * \brief Notify application when space in transmit buffer is added
1.13 *