diff -r 780c925249c1 -r 51035f0751c2 mpx/collectionframework/collectionengine/inc/mpxcollectionengine.h --- a/mpx/collectionframework/collectionengine/inc/mpxcollectionengine.h Wed Mar 31 22:26:09 2010 +0300 +++ b/mpx/collectionframework/collectionengine/inc/mpxcollectionengine.h Wed Apr 14 16:28:17 2010 +0300 @@ -79,6 +79,14 @@ * @param aData some data */ IMPORT_C void NotifyL(TMPXCollectionBroadCastMsg aMsg, TInt aData); + + + /** + * Broadcast a command to all plug-ins + * @param aCmd command to send + * @param aData some data + */ + void Command(TMPXCollectionCommand aCmd, TInt aData); /** * Retrieves the set of supported file types in the collection server