Contents
#include <coreplatformthread.h> struct IThreadEntry { // methods virtual int threadEntry() = 0; }; // direct descendants class Thread;