summaryrefslogtreecommitdiff
path: root/include/socketengine.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-08-26 16:07:52 +0100
committerPeter Powell <petpow@saberuk.com>2017-08-26 16:07:52 +0100
commit2e331b313fb9aa55c6456f5ea2ad0735cd11a3fd (patch)
treeadf42c86d31baae0d17426f8e7b4338dee35bc52 /include/socketengine.h
parent97b5e92c3d1195c4e3b3dc8dea3183c06399414e (diff)
Remove some outdated documentation from the SocketEngine class.
Diffstat (limited to 'include/socketengine.h')
-rw-r--r--include/socketengine.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/include/socketengine.h b/include/socketengine.h
index b74cb065b..fa2f26358 100644
--- a/include/socketengine.h
+++ b/include/socketengine.h
@@ -211,17 +211,7 @@ class CoreExport EventHandler : public classbase
* its private members and internal behaviour
* should be treated as blackboxed, and vary
* 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.
+ * settings chosen by the server admin.
*/
class CoreExport SocketEngine
{