]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/threadengines/threadengine_pthread.h
Add a setting to <connect> allowing the threshold for activation of the penalty syste...
[user/henk/code/inspircd.git] / include / threadengines / threadengine_pthread.h
index bad263d1845fd7e37c51a8645da5db555a5ea56d..4952ea3e8782369c87713c7c28d4040398bc8768 100644 (file)
@@ -18,7 +18,6 @@
 #include "inspircd_config.h"
 #include "base.h"
 
-class InspIRCd;
 class Thread;
 
 /** The ThreadEngine class has the responsibility of initialising
@@ -31,14 +30,14 @@ class Thread;
  * access non-threadsafe code from a Thread, use the Mutex class to wrap
  * access to the code carefully.
  */
-class CoreExport ThreadEngine : public Extensible
+class CoreExport ThreadEngine
 {
  public:
 
        /** Constructor.
         * @param Instance Creator object
         */
-       ThreadEngine(InspIRCd* Instance);
+       ThreadEngine();
 
        /** Destructor
         */