CErrorPrintHandler Class Reference

class CErrorPrintHandler : public CActive

Inherits from

Constructor & Destructor Documentation

CErrorPrintHandler(CTestModuleContainer &)

CErrorPrintHandler ( CTestModuleContainer & aContainer ) [private]

C++ default constructor.

Parameters

CTestModuleContainer & aContainer

~CErrorPrintHandler()

~CErrorPrintHandler ( ) [virtual]

Destructor of CErrorPrintHandler .

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

CErrorPrintHandler * NewL ( CTestModuleContainer & aContainer ) [static]

NewL is first phase of two-phased constructor.

Parameters

CTestModuleContainer & aContainer

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

CTestModuleContainer & iContainer

CTestModuleContainer & iContainer [private]