From f6044dc0b4fa9e64c009d1575c984897d700e0dd Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Fri, 8 Aug 2008 16:29:15 -0700 Subject: [PATCH] remove uneeded virtual keyword --- src/node/socket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/node/socket.h b/src/node/socket.h index 1c4e650e0..36e1773b4 100644 --- a/src/node/socket.h +++ b/src/node/socket.h @@ -147,8 +147,8 @@ public: * user should check this return value to confirm that the * callback is supported. */ - virtual bool SetDataSentCallback (Callback, - uint32_t> dataSent); + bool SetDataSentCallback (Callback, + uint32_t> dataSent); /** * \brief Notify application when space in transmit buffer is added *