From 9bc7a6139db7ec7f1da676c486ca309f070a78e4 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 21 Feb 2008 17:59:26 +0000 Subject: ThreadEngine::GetName(), for display in /version git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8985 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/threadengine.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/threadengine.h') 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 -- cgit v1.2.3