remove uneeded virtual keyword

This commit is contained in:
Mathieu Lacage
2008-08-08 16:29:15 -07:00
parent 39f080feba
commit f6044dc0b4

View File

@@ -147,8 +147,8 @@ public:
* user should check this return value to confirm that the
* callback is supported.
*/
virtual bool SetDataSentCallback (Callback<void, Ptr<Socket>,
uint32_t> dataSent);
bool SetDataSentCallback (Callback<void, Ptr<Socket>,
uint32_t> dataSent);
/**
* \brief Notify application when space in transmit buffer is added
*