Remove some outdated documentation from the SocketEngine class.

This commit is contained in:
Peter Powell 2017-08-26 16:07:52 +01:00
parent 97b5e92c3d
commit 2e331b313f

View File

@ -211,17 +211,7 @@ class CoreExport EventHandler : public classbase
* its private members and internal behaviour * its private members and internal behaviour
* should be treated as blackboxed, and vary * should be treated as blackboxed, and vary
* from system to system and upon the config * from system to system and upon the config
* settings chosen by the server admin. The current * settings chosen by the server admin.
* 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 CoreExport SocketEngine class CoreExport SocketEngine
{ {