mpx/collectionframework/collectionengine/src/mpxcollectionclientcontext.cpp
changeset 27 cbb1bfb7ebfb
parent 25 d881023c13eb
child 50 762d760dcfdf
equal deleted inserted replaced
25:d881023c13eb 27:cbb1bfb7ebfb
   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             }