ipsservices/ipssosplugin/src/ipsplgonlineoperation.cpp
changeset 3 a4d6f1ea0416
parent 0 8466d47a6819
child 8 e1b6206813b4
equal deleted inserted replaced
2:5253a20d2a1e 3:a4d6f1ea0416
   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             {