]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/threadengine.h
Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a SendSNO...
[user/henk/code/inspircd.git] / include / threadengine.h
index 397b0085e46ba02604ce6cbfd043ca533c6d8ce0..59d425481bc142aca3a878e987b9d514b4f835cd 100644 (file)
@@ -75,6 +75,11 @@ class CoreExport ThreadEngine : public Extensible
         * is responsible for destroying it.
         */
        virtual void FreeThread(Thread* thread) = 0;
+
+       virtual const std::string GetName()
+       {
+               return "<pure-virtual>";
+       }
 };
 
 /** Derive from this class to implement your own threaded sections of