diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-12 12:08:25 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-12 12:08:25 +0000 |
commit | 425fe205d0c22c3de0af6471f7c8900b70c69133 (patch) | |
tree | 5815b4854b2f79d42178aba1d88593b787dd23d6 /include/inspsocket.h | |
parent | e462e71f1086761c8758a92e75dee80bb1ccd273 (diff) |
Cleanup of some internals. Tested via m_httpd.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10527 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspsocket.h')
-rw-r--r-- | include/inspsocket.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h index b8f64d762..9ce7315c6 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -311,15 +311,9 @@ class CoreExport BufferedSocket : public EventHandler */ BufferedSocketState GetState(); - /** - * Only the core should call this function. - * When called, it is assumed the socket is ready - * to read data, and the method call routes the - * event to the various methods of BufferedSocket - * for you to handle. This can also cause the - * socket's state to change. - */ - bool Poll(); + /** Mark a socket as being connected and call appropriate events. + */ + bool InternalMarkConnected(); /** * This method causes the socket to close, and may |