remotestoragefw/remotefileengine/src/rsfwconnectionmanager.cpp
branchRCL_3
changeset 12 fe0554130c0f
parent 0 3ad9d5175a89
equal deleted inserted replaced
11:3fdbad865a1a 12:fe0554130c0f
   277         SetActive();
   277         SetActive();
   278         }                   
   278         }                   
   279     else
   279     else
   280         {
   280         {
   281         DEBUGSTRING(("StartConnection called twice!"));
   281         DEBUGSTRING(("StartConnection called twice!"));
   282         err = KErrGeneral;
   282         Cancel();
       
   283                 
       
   284         DEBUGSTRING(("StartConnection Cancel!"));
       
   285 
       
   286         iConnection.ProgressNotification(iProgress, iStatus);
       
   287         DEBUGSTRING(("CRsfwConnectionManager iConnection.ProgressNotification!"));
       
   288 
       
   289         SetActive();
       
   290        
   283         }
   291         }
   284     return err;
   292     return err;
   285     }
   293     }
   286 
   294 
   287 // ----------------------------------------------------------------------------
   295 // ----------------------------------------------------------------------------