]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Change all socketengine methods to be static
[user/henk/code/inspircd.git] / include / inspircd.h
index 897ae9e1809e4aa62e4405632b0777b4bb940c50..930514169a74f22e2af6be0dcaf3854870954943 100644 (file)
@@ -334,10 +334,6 @@ class CoreExport InspIRCd
         */
        CommandParser* Parser;
 
-       /** Socket engine, handles socket activity events
-        */
-       SocketEngine* SE;
-
        /** Thread engine, Handles threading where required
         */
        ThreadEngine* Threads;
@@ -610,9 +606,9 @@ class CoreExport InspIRCd
         * @param data The data from the config file
         * @param input The data input by the oper
         * @param hashtype The hash from the config file
-        * @return 0 if the strings match, 1 or -1 if they do not
+        * @return True if the strings match, false if they do not
         */
-       int PassCompare(Extensible* ex, const std::string &data, const std::string &input, const std::string &hashtype);
+       bool PassCompare(Extensible* ex, const std::string& data, const std::string& input, const std::string& hashtype);
 
        /** Returns the full version string of this ircd
         * @return The version string