equal
deleted
inserted
replaced
235 TFSProgress prog; |
235 TFSProgress prog; |
236 prog.iError = aStatus; |
236 prog.iError = aStatus; |
237 // Initialize the progress data |
237 // Initialize the progress data |
238 // it would be better to get fs progress from inherited class |
238 // it would be better to get fs progress from inherited class |
239 // by calling FSProgressL method?? |
239 // by calling FSProgressL method?? |
240 if ( prog.iError == KErrCancel ) |
240 if ( prog.iError == KErrCancel || prog.iError == KErrImapBadLogon ) |
241 { |
241 { |
242 prog.iProgressStatus = TFSProgress::EFSStatus_RequestCancelled; |
242 prog.iProgressStatus = TFSProgress::EFSStatus_RequestCancelled; |
243 } |
243 } |
244 else |
244 else |
245 { |
245 { |