syncmlfw/dm/syncagent/src/nsmldmagent.cpp
branchRCL_3
changeset 9 57a65a3a658c
parent 0 b497e44ab2fc
child 14 9e9792ae22e3
equal deleted inserted replaced
5:3f7d9dbe57c8 9:57a65a3a658c
  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 			    {