diff -r 50974a8b132e -r 5d0ec8b709be serviceproviders/sapi_logging/inc/loggingcallback.h --- a/serviceproviders/sapi_logging/inc/loggingcallback.h Tue Nov 24 08:56:33 2009 +0200 +++ b/serviceproviders/sapi_logging/inc/loggingcallback.h Thu Dec 17 09:09:50 2009 +0200 @@ -69,6 +69,15 @@ void HandleNotifyL( TUint aTransid, TUint aStatus, CLogIter *aiter ) ; /** + * Implementation of HandleRequestL method, derived from MLoggingCB + * + * @param aTransid, Transaction id + * @param aStaus , status of the async request + * @parm, aEvents, data for notification + */ + void HandleReqeustL( TUint aTransid, TUint aStatus, CLogsEvent *aEvents ) ; + + /** * Implementation of CancelNotifyL method, derived from MLoggingCB * * @param aTransid, Transaction id