CTestCommandNotifier Class Reference

class CTestCommandNotifier : public CActive

Inherits from

Constructor & Destructor Documentation

CTestCommandNotifier(CTestEngine *, RTestExecution)

CTestCommandNotifier ( CTestEngine * aEngine,
RTestExecution aTestExecution
) [private]

Parametric C++ constructor.

Parameters

CTestEngine * aEngine
RTestExecution aTestExecution

~CTestCommandNotifier()

~CTestCommandNotifier ( )

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

CTestCommandNotifier * NewL ( CTestEngine * aEngine,
RTestExecution aTestExecution
) [static]

Two-phased constructor.

Parameters

CTestEngine * aEngine
RTestExecution aTestExecution

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.

Start()

void Start ( )

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]