equal
deleted
inserted
replaced
621 void CAspSyncHandler::OnSyncMLSyncError(TErrorLevel aErrorLevel, TInt aError, TInt /*aTaskId*/, TInt /*aInfo1*/, TInt /*aInfo2*/) |
621 void CAspSyncHandler::OnSyncMLSyncError(TErrorLevel aErrorLevel, TInt aError, TInt /*aTaskId*/, TInt /*aInfo1*/, TInt /*aInfo2*/) |
622 { |
622 { |
623 FLOG( _L("CAspSyncHandler::OnSyncMLSyncError START") ); |
623 FLOG( _L("CAspSyncHandler::OnSyncMLSyncError START") ); |
624 |
624 |
625 // just store error code - sync is terminated only in function OnSyncMLSessionEvent |
625 // just store error code - sync is terminated only in function OnSyncMLSessionEvent |
626 if (aErrorLevel == ESmlFatalError) |
626 if (aErrorLevel == ESmlFatalError || aErrorLevel == ESmlWarning) |
627 { |
627 { |
628 iSyncError = aError; |
628 iSyncError = aError; |
629 } |
629 } |
630 |
630 |
631 #ifdef _DEBUG |
631 #ifdef _DEBUG |