]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/threadengines/threadengine_win32.h
Re-enable removal of a tmp file that was left out for debug.
[user/henk/code/inspircd.git] / include / threadengines / threadengine_win32.h
index 6bd1c2c005dd2765de1df279a61dfeabaf8d33c8..a88a0c815b84c633e615c0c9b3e1ca7c0c3790bf 100644 (file)
@@ -17,7 +17,6 @@
 #include "inspircd_config.h"
 #include "base.h"
 
-class InspIRCd;
 class Thread;
 
 /** The ThreadEngine class has the responsibility of initialising
@@ -30,11 +29,11 @@ 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:
 
-       ThreadEngine(InspIRCd* Instance);
+       ThreadEngine();
 
        virtual ~ThreadEngine();