branch | RCL_3 |
changeset 9 | 57a65a3a658c |
parent 0 | b497e44ab2fc |
child 14 | 9e9792ae22e3 |
--- a/syncmlfw/dm/syncagent/src/nsmldmagent.cpp Tue Feb 02 00:44:00 2010 +0200 +++ b/syncmlfw/dm/syncagent/src/nsmldmagent.cpp Fri Feb 19 23:41:35 2010 +0200 @@ -1374,7 +1374,10 @@ TTime now; //now.HomeTime();//previously using now.UniversalTime(); + if(iError) iSyncLog->SetResult(now, iError->SyncLogErrorCode()); + else + iSyncLog->SetResult(now, KErrGeneral); CNSmlDMSettings* settings = CNSmlDMSettings::NewLC(); CNSmlDMProfile* profile = settings->ProfileL( iProfileID );