serviceproviders/sapi_logging/loggingservice/src/loggingasyncservice.cpp
branchRCL_3
changeset 65 0b68a1b0c15e
parent 56 c210248fa89d
child 66 a9c0808a1095
equal deleted inserted replaced
64:1790c2f1027c 65:0b68a1b0c15e
   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;
       
   116     }
   115     }
   117 
   116 
   118 /**
   117 /**
   119 * Default Destructor
   118 * Default Destructor
   120 */
   119 */
   307             {
   306             {
   308             break;
   307             break;
   309             }
   308             }
   310         }
   309         }
   311     
   310     
   312    
   311     iCallback->CancelNotifyL( iTransId );
   313    iCallback->CancelNotifyL( iTransId, iFlagCancel );
       
   314    
       
   315     
   312     
   316     if(iUpdatedEvent)
   313     if(iUpdatedEvent)
   317         {
   314         {
   318          delete iUpdatedEvent ;
   315          delete iUpdatedEvent ;
   319          iUpdatedEvent = NULL ;
   316          iUpdatedEvent = NULL ;