remotestoragefw/remotefileengine/src/rsfwconnectionmanager.cpp
branchRCL_3
changeset 12 fe0554130c0f
parent 0 3ad9d5175a89
--- a/remotestoragefw/remotefileengine/src/rsfwconnectionmanager.cpp	Wed Mar 31 23:00:11 2010 +0300
+++ b/remotestoragefw/remotefileengine/src/rsfwconnectionmanager.cpp	Wed Apr 14 16:50:39 2010 +0300
@@ -279,7 +279,15 @@
     else
         {
         DEBUGSTRING(("StartConnection called twice!"));
-        err = KErrGeneral;
+        Cancel();
+                
+        DEBUGSTRING(("StartConnection Cancel!"));
+
+        iConnection.ProgressNotification(iProgress, iStatus);
+        DEBUGSTRING(("CRsfwConnectionManager iConnection.ProgressNotification!"));
+
+        SetActive();
+       
         }
     return err;
     }