CTestCommandNotifier Class Reference

class CTestCommandNotifier : public CActive

Inherits from

Constructor & Destructor Documentation

CTestCommandNotifier(CTestEngine *, RTestExecution)

CTestCommandNotifier(CTestEngine *aEngine,
RTestExecutionaTestExecution
)[private]

Parametric C++ constructor.

Parameters

CTestEngine * aEngine
RTestExecution aTestExecution

~CTestCommandNotifier()

~CTestCommandNotifier()

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(CTestEngine *, RTestExecution)

CTestCommandNotifier *NewL(CTestEngine *aEngine,
RTestExecutionaTestExecution
)[static]

Two-phased constructor.

Parameters

CTestEngine * aEngine
RTestExecution aTestExecution

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.

Start()

voidStart()

StartL starts the CTestCommandNotifier active object.

Member Data Documentation

TCommand iCommand

TCommand iCommand[private]

TCommandPckg iCommandPckg

TCommandPckg iCommandPckg[private]

CTestEngine * iEngine

CTestEngine *iEngine[private]

TBuf8< KMaxCommandParamsLength2 > iParamsPckg

TBuf8< KMaxCommandParamsLength2 >iParamsPckg[private]

RTestExecution iTestExecution

RTestExecution iTestExecution[private]