CThreadListener Class Reference

List of all members.

Public Member Functions

 ~CThreadListener ()
void RunL ()
void DoCancel ()

Static Public Member Functions

static CThreadListenerNewL (RThread &aThread)
static CThreadListenerNewLC (RThread &aThread)

Detailed Description

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.


Constructor & Destructor Documentation

CThreadListener::~CThreadListener (  ) 

~CThreadListener()

Destructor.

Definition at line 63 of file threadlistener.cpp.


Member Function Documentation

CThreadListener * CThreadListener::NewL ( RThread &  aThread  )  [static]

NewL()

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]

NewLC()

Definition at line 40 of file threadlistener.cpp.


Generated by  doxygen 1.6.2