serviceproviders/sapi_logging/tsrc/dev/tloggingprovidertest/inc/loggingcallback.h
changeset 37 5d0ec8b709be
parent 19 989d2f495d90
--- a/serviceproviders/sapi_logging/tsrc/dev/tloggingprovidertest/inc/loggingcallback.h	Tue Nov 24 08:56:33 2009 +0200
+++ b/serviceproviders/sapi_logging/tsrc/dev/tloggingprovidertest/inc/loggingcallback.h	Thu Dec 17 09:09:50 2009 +0200
@@ -68,6 +68,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
+        * @param, logData for notification
+        */ 
+        void HandleRequestL( TUint aTransid, TUint aStatus, CLogsEvent *event ) ;
 
         /**
         * Implementation of CancelNotifyL method, derived from MLoggingCB