MMdfProcessingUnitObserver Class Reference

class MMdfProcessingUnitObserver

Processing Unit observer class

Public Member Functions
voidExecuteComplete(const CMdfProcessingUnit *, TInt)
voidInitializeComplete(const CMdfProcessingUnit *, TInt)

Member Functions Documentation

ExecuteComplete(const CMdfProcessingUnit *, TInt)

voidExecuteComplete(const CMdfProcessingUnit *aPu,
TIntaErrorCode
)[pure virtual]

Called by a Processing Unit when Execute() has completed.

Parameters

const CMdfProcessingUnit * aPuThe Processing Unit which sent the callback.
TInt aErrorCodeAn error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.

InitializeComplete(const CMdfProcessingUnit *, TInt)

voidInitializeComplete(const CMdfProcessingUnit *aPu,
TIntaErrorCode
)[pure virtual]

Called by a Processing Unit when Initialize() has completed.

Parameters

const CMdfProcessingUnit * aPuThe Processing Unit which sent the callback.
TInt aErrorCodeAn error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.