mpx/collectionframework/collectionengine/src/mpxcollectionclientcontext.cpp
branchRCL_3
changeset 19 51035f0751c2
parent 15 d240f0a77280
child 50 762d760dcfdf
--- a/mpx/collectionframework/collectionengine/src/mpxcollectionclientcontext.cpp	Wed Mar 31 22:26:09 2010 +0300
+++ b/mpx/collectionframework/collectionengine/src/mpxcollectionclientcontext.cpp	Wed Apr 14 16:28:17 2010 +0300
@@ -619,6 +619,13 @@
             iEngine.PluginPop();
             break;
             }
+        case EMcCloseCollection:
+            {
+            // Forward to all plug-ins; argument is drive number
+            iEngine.Command ( aCmd, aData );
+            break;
+            }
+
         default:
             {
             User::Leave(KErrNotSupported);