mpx/collectionframework/collectionengine/src/mpxcollectionclientcontext.cpp
branchRCL_3
changeset 19 51035f0751c2
parent 15 d240f0a77280
child 50 762d760dcfdf
equal deleted inserted replaced
17:780c925249c1 19:51035f0751c2
   617             plugin->AddTaskL(EMcsCommand, NULL, this, aCmd, NULL, plugin);
   617             plugin->AddTaskL(EMcsCommand, NULL, this, aCmd, NULL, plugin);
   618 
   618 
   619             iEngine.PluginPop();
   619             iEngine.PluginPop();
   620             break;
   620             break;
   621             }
   621             }
       
   622         case EMcCloseCollection:
       
   623             {
       
   624             // Forward to all plug-ins; argument is drive number
       
   625             iEngine.Command ( aCmd, aData );
       
   626             break;
       
   627             }
       
   628 
   622         default:
   629         default:
   623             {
   630             {
   624             User::Leave(KErrNotSupported);
   631             User::Leave(KErrNotSupported);
   625             break;
   632             break;
   626             }
   633             }