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