Public Member Functions | |
~CThreadListener () | |
void | RunL () |
void | DoCancel () |
Static Public Member Functions | |
static CThreadListener * | NewL (RThread &aThread) |
static CThreadListener * | NewLC (RThread &aThread) |
ThreadListener checks whether thread1 has been killed or not. If thread1 has been killed, then exit the main program.
Definition at line 45 of file threadlistener.h.
CThreadListener::~CThreadListener | ( | ) |
CThreadListener * CThreadListener::NewL | ( | RThread & | aThread | ) | [static] |
discussion Create new CThreadListener object param aThread Handle A handle to a thread. return a pointer to the created instance of CThreadListener
Definition at line 33 of file threadlistener.cpp.
CThreadListener * CThreadListener::NewLC | ( | RThread & | aThread | ) | [static] |
Definition at line 40 of file threadlistener.cpp.