]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socketengine.h
XHTML 1.1 spec validation and charset
[user/henk/code/inspircd.git] / include / socketengine.h
index f2679811ebdc2393f1a50400e5fda420e7a1219c..bbd34a30288b2403ba5a5c7700c59fabd7296c80 100644 (file)
@@ -64,7 +64,8 @@ const char X_READBIT            = 0x80;
  * settings chosen by the server admin. The current
  * version supports select, epoll and kqueue.
  */
-class SocketEngine {
+class SocketEngine : public Extensible
+{
 
        int EngineHandle;                       /* Handle to the socket engine if needed */
        int CurrentSetSize;                     /* Current number of descriptors in the engine */
@@ -138,6 +139,9 @@ public:
         */
        bool DelFd(int fd);
 
+       /** Returns true if a socket exists in the socket
+        * engine's list.
+        */
        bool HasFd(int fd);
 
        /** Waits for an event.