serviceproviders/sapi_logging/loggingservice/inc/loggingasyncservice.h
branchRCL_3
changeset 66 a9c0808a1095
parent 65 0b68a1b0c15e
--- a/serviceproviders/sapi_logging/loggingservice/inc/loggingasyncservice.h	Tue Aug 31 16:06:03 2010 +0300
+++ b/serviceproviders/sapi_logging/loggingservice/inc/loggingasyncservice.h	Wed Sep 01 12:28:47 2010 +0100
@@ -132,7 +132,14 @@
             {
             iInterval = aInterval ;
             }
-
+        /**
+        * Sets the boolean flag iFlagCancel
+        */        
+        inline void SetCancelFlag(TBool aValue) 
+            {
+            iFlagCancel = aValue;
+            }
+        
         /**
         * Default Desturctor
         */
@@ -195,6 +202,7 @@
         TTimeIntervalMicroSeconds32 iInterval ;
         CLogViewEvent* iLogViewEvent;
         CLogFilter* iFilter;
+		TBool              iFlagCancel;
 
     };
 
@@ -230,9 +238,10 @@
         * methods
         *
         * @param aTransId , Transaction id
+        * @param aFlag, Flag for notification to LiwBinding
         */
 
-        virtual void CancelNotifyL(TUint aTransid) = 0 ;
+        virtual void CancelNotifyL(TUint aTransid ,TBool aFlag) = 0 ;
 
         /**
         * Default Desturctor