diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-11 23:45:14 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-11 23:45:14 +0000 |
commit | 138f71ed13644d165293f6b59af3c55a53aeca97 (patch) | |
tree | 82c61a302751a654f7c382e6068e7db2331ad321 /include | |
parent | b7b0f5404757b0de080d71b92a4b45388276e450 (diff) |
Remove some duplication, everything calls the SE equivilant anyway.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10525 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/inspsocket.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h index a82f8bb82..b8f64d762 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -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 @@ -307,13 +307,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. */ BufferedSocketState GetState(); |