equal
deleted
inserted
replaced
1372 if(iSyncLog) |
1372 if(iSyncLog) |
1373 { |
1373 { |
1374 TTime now; |
1374 TTime now; |
1375 //now.HomeTime();//previously using |
1375 //now.HomeTime();//previously using |
1376 now.UniversalTime(); |
1376 now.UniversalTime(); |
|
1377 if(iError) |
1377 iSyncLog->SetResult(now, iError->SyncLogErrorCode()); |
1378 iSyncLog->SetResult(now, iError->SyncLogErrorCode()); |
|
1379 else |
|
1380 iSyncLog->SetResult(now, KErrGeneral); |
1378 |
1381 |
1379 CNSmlDMSettings* settings = CNSmlDMSettings::NewLC(); |
1382 CNSmlDMSettings* settings = CNSmlDMSettings::NewLC(); |
1380 CNSmlDMProfile* profile = settings->ProfileL( iProfileID ); |
1383 CNSmlDMProfile* profile = settings->ProfileL( iProfileID ); |
1381 if(!profile) |
1384 if(!profile) |
1382 { |
1385 { |