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

voidConstructL()[private]

By default Symbian OS constructor is private.

DoCancel()

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

CTestExecution & iExecution

CTestExecution &iExecution[private]