CTestErrorNotifier Class Reference

class CTestErrorNotifier : public CActive

Inherits from

Constructor & Destructor Documentation

CTestErrorNotifier(CTestCombiner *, CTCTestModule *)

CTestErrorNotifier(CTestCombiner *aTestCombiner,
CTCTestModule *aTestModule
)[private]

Parametric C++ constructor.

Parameters

CTestCombiner * aTestCombiner
CTCTestModule * aTestModule

~CTestErrorNotifier()

~CTestErrorNotifier()

Destructor.

Member Functions Documentation

ConstructL()

voidConstructL()[private]

By default Symbian OS constructor is private.

DoCancel()

voidDoCancel()[virtual]

DoCancel derived from CActive handles the Cancel.

NewL(CTestCombiner *, CTCTestModule *)

CTestErrorNotifier *NewL(CTestCombiner *aTestCombiner,
CTCTestModule *aTestModule
)[static]

Two-phased constructor.

Parameters

CTestCombiner * aTestCombiner
CTCTestModule * aTestModule

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()[private]

Start progress notifier.

Member Enumerations Documentation

Enum TTestErrorStatus

Enumerators

ETestErrorIdle
ETestErrorPending
ETestErrorCompleted

Member Data Documentation

TErrorNotification iError

TErrorNotification iError[private]

TErrorNotificationPckg iErrorPckg

TErrorNotificationPckg iErrorPckg[private]

TTestErrorStatus iState

TTestErrorStatus iState[private]

CTestCombiner * iTestCombiner

CTestCombiner *iTestCombiner[private]

CTCTestModule * iTestModule

CTCTestModule *iTestModule[private]