summaryrefslogtreecommitdiff
path: root/include/threadengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/threadengine.h')
-rw-r--r--include/threadengine.h5
1 files changed, 5 insertions, 0 deletions
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 "<pure-virtual>";
+ }
};
/** Derive from this class to implement your own threaded sections of