remotestoragefw/mountmanager/src/rsfwmountmanimpl.cpp
branchRCL_3
changeset 15 6ce8d7d90cf8
parent 12 fe0554130c0f
equal deleted inserted replaced
12:fe0554130c0f 15:6ce8d7d90cf8
   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;