remove uneeded virtual keyword
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Fri, 08 Aug 2008 16:29:15 -0700
changeset 3521 4bc5b06f92df
parent 3520 b179468df160
child 3522 b2ef6249a724
remove uneeded virtual keyword
src/node/socket.h
--- a/src/node/socket.h	Fri Aug 08 10:49:18 2008 +0100
+++ b/src/node/socket.h	Fri Aug 08 16:29:15 2008 -0700
@@ -147,8 +147,8 @@
    *        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
    *