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.

Public Member Functions
voidCompleteEventEraseL(TInt)
TBool IsEventToBeDeleted(const CLogEvent &)

Member Functions Documentation

CompleteEventEraseL(TInt)

voidCompleteEventEraseL(TIntaError)[pure virtual]

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

Parameters

TInt aErrorError 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 & aEventThe event to check.