omads/omadsappui/AspSyncUtil/src/AspSyncHandler.cpp
branchRCL_3
changeset 22 8d171aa39c3f
parent 11 3f1ffafb31ec
child 23 2bb96f4ecad8
equal deleted inserted replaced
20:800e4b6169c0 22:8d171aa39c3f
   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