X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fthreadengine.h;h=59d425481bc142aca3a878e987b9d514b4f835cd;hb=8c2d96013084de950e3a63be4ae6ed626c4093ab;hp=397b0085e46ba02604ce6cbfd043ca533c6d8ce0;hpb=4d4882d667c2c2eea180219e0c76d15cc1f49415;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/threadengine.h b/include/threadengine.h index 397b0085e..59d425481 100644 --- a/include/threadengine.h +++ b/include/threadengine.h @@ -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 ""; + } }; /** Derive from this class to implement your own threaded sections of