CPrintHandler Class Reference

class CPrintHandler : public CActive

Inherits from

Constructor & Destructor Documentation

CPrintHandler(CTestExecution &)

CPrintHandler ( CTestExecution & aExecution ) [private]

C++ default constructor.

Parameters

CTestExecution & aExecution

~CPrintHandler()

~CPrintHandler ( ) [virtual]

Destructor of CPrintHandler .

Member Functions Documentation

ConstructL()

void ConstructL ( ) [private]

By default Symbian OS constructor is private.

DoCancel()

void DoCancel ( ) [virtual]

DoCancel derived from CActive handles the Cancel

NewL(CTestExecution &)

CPrintHandler * NewL ( CTestExecution & aExecution ) [static]

NewL is first phase of two-phased constructor.

Parameters

CTestExecution & aExecution

RunError(TInt)

TInt RunError ( TInt aError ) [virtual]

RunError derived from CActive handles errors from active handler.

Parameters

TInt aError

RunL()

void RunL ( ) [virtual]

RunL derived from CActive handles the completed requests.

StartL()

void StartL ( )

Start monitoring

Member Data Documentation

CTestExecution & iExecution

CTestExecution & iExecution [private]