From 61fed23a3e9a62f19c2f88208585b31356c986ef Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 7 Sep 2008 18:31:21 +0000 Subject: Start moving IO hooking from being bufferedsocket based to residing in EventHandler, this will pave the way for a generic listener type, and also simplifies a lot of code. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10447 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/socket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/socket.h') diff --git a/include/socket.h b/include/socket.h index a26c1256d..105984f74 100644 --- a/include/socket.h +++ b/include/socket.h @@ -139,6 +139,8 @@ namespace irc } } + + /** This class handles incoming connections on client ports. * It will create a new User for every valid connection * and assign it a file descriptor. -- cgit v1.2.3