From 425fe205d0c22c3de0af6471f7c8900b70c69133 Mon Sep 17 00:00:00 2001 From: w00t Date: Fri, 12 Sep 2008 12:08:25 +0000 Subject: Cleanup of some internals. Tested via m_httpd. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10527 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspsocket.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'include/inspsocket.h') 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 -- cgit v1.2.3