]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspsocket.h
Remove some duplication, everything calls the SE equivilant anyway.
[user/henk/code/inspircd.git] / include / inspsocket.h
index a82f8bb82b13b45ed05eb9c0201d4dc06a7532db..b8f64d762f7210159c231e213ca3cd6b1a08e074 100644 (file)
@@ -246,7 +246,7 @@ class CoreExport BufferedSocket : public EventHandler
         * other end of the socket.
         *
         * Further write events will not be triggered
-        * unless you call WantWrite().
+        * unless you call SocketEngine::WantWrite().
         *
         * The default behaviour of this method is to
         * flush the write buffer, respecting the IO
@@ -306,13 +306,6 @@ class CoreExport BufferedSocket : public EventHandler
         */
        void SetState(BufferedSocketState s);
 
-       /**
-        * Call this to receive the next write event
-        * that comes along for this fd to the OnWriteReady
-        * method.
-        */
-       void WantWrite();
-
        /**
         * Returns the current socket state.
         */