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 | |
---|---|
void | CompleteEventEraseL ( TInt ) |
TBool | IsEventToBeDeleted (const CLogEvent &) |
void | CompleteEventEraseL | ( | TInt | aError | ) | [pure virtual] |
This function is called to notify that the erase operation is complete.
TInt aError | Error code to indicate erase failure, or KErrNone. |
TBool | IsEventToBeDeleted | ( | const CLogEvent & | aEvent | ) | [pure virtual] |
This function is called to check if the log event needs to be deleted.
const CLogEvent & aEvent | The event to check. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.