bugfixes for thread shutdown

This commit is contained in:
Mark Vejvoda
2013-05-17 00:40:54 +00:00
parent 910bb8bc56
commit a17fcdb5b4
3 changed files with 24 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ private:
protected:
void addThreadToList();
void removeThreadFromList();
void queueAutoCleanThread();
public:
Thread();