CErrorPrinter Class Reference

class CErrorPrinter : public CActive

Inherits from

Constructor & Destructor Documentation

CErrorPrinter()

CErrorPrinter ( ) [private]

C++ default constructor.

~CErrorPrinter()

~CErrorPrinter ( ) [virtual]

Destructor of CErrorPrinter .

Member Functions Documentation

ConstructL(CTestEngine *)

void ConstructL ( CTestEngine * aEngine ) [private]

By default Symbian OS constructor is private.

Parameters

CTestEngine * aEngine

DoCancel()

void DoCancel ( ) [virtual]

DoCancel derived from CActive handles the Cancel

NewL(CTestEngine *)

CErrorPrinter * NewL ( CTestEngine * aTestEngine ) [static]

NewL is first phase of two-phased constructor.

Parameters

CTestEngine * aTestEngine

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(RTestModule &)

TInt StartL ( RTestModule & aEngine )

Start

Parameters

RTestModule & aEngine

Member Data Documentation

CTestEngine * iEngine

CTestEngine * iEngine [private]

TErrorNotification iError

TErrorNotification iError [private]

TErrorNotificationPckg iErrorPckg

TErrorNotificationPckg iErrorPckg [private]

RTestModule iServer

RTestModule iServer [private]