MDiagLogEventEraserObserver Class Reference

class MDiagLogEventEraserObserver

Diagnostics Plugin Log Event Eraser Observer

This is a pure virtual class that clients of the Event Eraser must implement to receive callbacks from the Log Event Eraser.

Member Functions Documentation

CompleteEventEraseL(TInt)

void CompleteEventEraseL ( TInt aError ) [pure virtual]

This function is called to notify that the erase operation is complete.

Parameters

TInt aError Error code to indicate erase failure, or KErrNone.

IsEventToBeDeleted(const CLogEvent &)

TBool IsEventToBeDeleted ( const CLogEvent & aEvent ) [pure virtual]

This function is called to check if the log event needs to be deleted.

Parameters

const CLogEvent & aEvent The event to check.