equal
deleted
inserted
replaced
246 { |
246 { |
247 // Completed, but with an error during fetch. |
247 // Completed, but with an error during fetch. |
248 return *iFetchErrorProgress; |
248 return *iFetchErrorProgress; |
249 } |
249 } |
250 TImap4SyncProgress progg; |
250 TImap4SyncProgress progg; |
|
251 progg.iFoldersNotFound = 0; |
251 progg.iErrorCode = KErrNone; |
252 progg.iErrorCode = KErrNone; |
252 TPckgBuf<TImap4SyncProgress> param(progg); |
253 TPckgBuf<TImap4SyncProgress> param(progg); |
253 iSyncProgress.Copy(param); |
254 iSyncProgress.Copy(param); |
254 return iSyncProgress; |
255 return iSyncProgress; |
255 } |
256 } |