serviceproviders/sapi_logging/loggingservice/src/loggingasyncservice.cpp
branchRCL_3
changeset 45 a9c0808a1095
parent 44 0b68a1b0c15e
equal deleted inserted replaced
44:0b68a1b0c15e 45:a9c0808a1095
   110 * Default Constructor Method
   110 * Default Constructor Method
   111 */
   111 */
   112 CLogAsyncService :: CLogAsyncService(): CActive(EPriorityStandard)
   112 CLogAsyncService :: CLogAsyncService(): CActive(EPriorityStandard)
   113     {
   113     {
   114     iTransId=0;
   114     iTransId=0;
       
   115     iFlagCancel=ETrue;
   115     }
   116     }
   116 
   117 
   117 /**
   118 /**
   118 * Default Destructor
   119 * Default Destructor
   119 */
   120 */
   306             {
   307             {
   307             break;
   308             break;
   308             }
   309             }
   309         }
   310         }
   310     
   311     
   311     iCallback->CancelNotifyL( iTransId );
   312    
       
   313    iCallback->CancelNotifyL( iTransId, iFlagCancel );
       
   314    
   312     
   315     
   313     if(iUpdatedEvent)
   316     if(iUpdatedEvent)
   314         {
   317         {
   315          delete iUpdatedEvent ;
   318          delete iUpdatedEvent ;
   316          iUpdatedEvent = NULL ;
   319          iUpdatedEvent = NULL ;