MNcdServerReportOperationObserver Class Reference

class MNcdServerReportOperationObserver

Observer interface for server report operations.

Member Functions Documentation

OperationComplete(MNcdServerReportOperation &, TInt)

voidOperationComplete(MNcdServerReportOperation &aOperation,
TIntaError
)[pure virtual]

Called when an operation has been completed.

Parameters

MNcdServerReportOperation & aOperationThe operation that sent the event.
TInt aErrorError code for operation completion. KErrNone for successful completion, otherwise a system wide error code.

QueryReceived(MNcdServerReportOperation &, MNcdQuery *)

voidQueryReceived(MNcdServerReportOperation &aOperation,
MNcdQuery *aQuery
)[pure virtual]

Called when a query has been received for an operation.

Note:

Querys need to be completed with MNcdOperation::CompleteQueryL() to continue the operation! Alternatively, the operation must be cancelled.

MNcdOperation MNcdQuery MNcdOperation::CompleteQueryL()

Parameters

MNcdServerReportOperation & aOperationThe operation that sent the event.
MNcdQuery * aQueryPointer to the query object that needs to be completed. Counted, Release() must be called after use.

ReportProgress(MNcdServerReportOperation &, TNcdProgress)

voidReportProgress(MNcdServerReportOperation &aOperation,
TNcdProgressaProgress
)[pure virtual]

Called when the operation has progressed.

Parameters

MNcdServerReportOperation & aOperationThe operation that sent the event.
TNcdProgress aProgressProgress of the operation.