From 40b67389a9ac1ef3f37ce93dd95e76c474edd511 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 19 Jul 2006 13:29:06 +0000 Subject: Add #include to select engine, we probably need it git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4443 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/socketengine.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/socketengine.h') diff --git a/include/socketengine.h b/include/socketengine.h index 734aa1938..c3e6e2498 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -55,6 +55,15 @@ const char X_READBIT = 0x80; * from system to system and upon the config * settings chosen by the server admin. The current * version supports select, epoll and kqueue. + * The configure script will enable a socket engine + * based upon what OS is detected, and will derive + * a class from SocketEngine based upon what it finds. + * The derived classes file will also implement a + * classfactory, SocketEngineFactory, which will + * create a derived instance of SocketEngine using + * polymorphism so that the core and modules do not + * have to be aware of which SocketEngine derived + * class they are using. */ class SocketEngine : public Extensible { -- cgit v1.2.3