#include <TCMTThreadObject.h>


Public Member Functions | |
| virtual bool | Run ()=0 |
| Needs to be implemented in a derived class Gets executed when the thread gets started. | |
| virtual | ~ThreadObject () |
Definition at line 61 of file TCMTThreadObject.h.
| virtual TC::MT::ThreadObject::~ThreadObject | ( | ) | [inline, virtual] |
Definition at line 70 of file TCMTThreadObject.h.
| virtual bool TC::MT::ThreadObject::Run | ( | ) | [pure virtual] |
Needs to be implemented in a derived class Gets executed when the thread gets started.