remotestoragefw/mountmanager/src/rsfwmountmanimpl.cpp
branchRCL_3
changeset 12 fe0554130c0f
parent 0 3ad9d5175a89
child 15 6ce8d7d90cf8
equal deleted inserted replaced
11:3fdbad865a1a 12:fe0554130c0f
   394 // ----------------------------------------------------------------------------
   394 // ----------------------------------------------------------------------------
   395 //
   395 //
   396 TInt CRsfwMountManImpl::GetRsfwControlConnection()
   396 TInt CRsfwMountManImpl::GetRsfwControlConnection()
   397     {
   397     {
   398     TInt err = KErrNone;
   398     TInt err = KErrNone;
   399     if (!iRsfwControlConnected)
   399 //    if (!iRsfwControlConnected)
   400         {
   400         {
   401         err = iRsfwControl.Connect();
   401         err = iRsfwControl.Connect();
   402         if (!err) 
   402         if (!err) 
   403             {
   403             {
   404             iRsfwControlConnected = ETrue;   
   404             iRsfwControlConnected = ETrue;