(svn r15006) -Codechange: throw a real instance of a class, instead of '0' (which can also be a throw from within a thread for what ever reason)

This commit is contained in:
truebrain
2009-01-12 14:31:49 +00:00
parent 7947e78daa
commit 53ca48efe2
4 changed files with 12 additions and 4 deletions

View File

@@ -7,6 +7,8 @@
typedef void (*OTTDThreadFunc)(void *);
class OTTDThreadExitSignal { };
/**
* A Thread Object which works on all our supported OSes.
*/