CTestEventNotify Class Reference

class CTestEventNotify : public CActive

Inherits from

Constructor & Destructor Documentation

CTestEventNotify(CTestCombiner *, CTCTestCase *)

CTestEventNotify ( CTestCombiner * aTestCombiner,
CTCTestCase * aTestCase
) [private]

Parametric C++ constructor.

Parameters

CTestCombiner * aTestCombiner
CTCTestCase * aTestCase

~CTestEventNotify()

~CTestEventNotify ( )

Destructor.

Member Functions Documentation

ConstructL(TEventIf &)

void ConstructL ( TEventIf & aEvent ) [private]

By default Symbian OS constructor is private.

Parameters

TEventIf & aEvent

DoCancel()

void DoCancel ( ) [virtual]

DoCancel derived from CActive handles the Cancel.

Event()

TEventIf & Event ( ) [inline]

NewL(CTestCombiner *, CTCTestCase *, TEventIf &)

CTestEventNotify * NewL ( CTestCombiner * aTestCombiner,
CTCTestCase * aTestCase,
TEventIf & aEvent
) [static]

Two-phased constructor.

Parameters

CTestCombiner * aTestCombiner
CTCTestCase * aTestCase
TEventIf & aEvent

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.

Member Enumerations Documentation

Enum TTestEventNotifyStatus

Enumerators

ETestEventNotifyIdle
ETestEventNotifyPending
ETestEventNotifyCompleted

Member Data Documentation

TEventIf iEvent

TEventIf iEvent [private]

TEventIfPckg iEventPckg

TEventIfPckg iEventPckg [private]

TTestEventNotifyStatus iState

TTestEventNotifyStatus iState [private]

CTCTestCase * iTestCase

CTCTestCase * iTestCase [private]

CTestCombiner * iTestCombiner

CTestCombiner * iTestCombiner [private]