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

void ConstructL ( ) [private]

By default Symbian OS constructor is private.

DoCancel()

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