Utils/Termlib: Extend the completion API
[senf.git] / Socket / SocketProtocol.hh
index 7590312..b41fccb 100644 (file)
@@ -168,7 +168,7 @@ namespace senf {
                                              not support the notion of EOF, this member should
                                              always return \c false. */
 
-        virtual void close() const;     ///< Close socket
+        virtual void close();           ///< Close socket
                                         /**< This override will automatically \c shutdown() the
                                              socket whenever it is closed.
                                              \throws senf::SystemException