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

voidConstructL()[private]

By default Symbian OS constructor is private.

DoCancel()

voidDoCancel()[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(TIntaError)[virtual]

RunError derived from CActive handles errors from active handler.

Parameters

TInt aError

RunL()

voidRunL()[virtual]

RunL derived from CActive handles the completed requests.

StartL()

voidStartL()

Start monitoring

Member Data Documentation

CTestModuleContainer & iContainer

CTestModuleContainer &iContainer[private]