diff -r 05b0d2323768 -r d240f0a77280 mmappcomponents/collectionhelper/inc/mpxcollectionuihelperimp.h --- a/mmappcomponents/collectionhelper/inc/mpxcollectionuihelperimp.h Fri Mar 12 15:44:36 2010 +0200 +++ b/mmappcomponents/collectionhelper/inc/mpxcollectionuihelperimp.h Mon Mar 15 12:42:31 2010 +0200 @@ -649,6 +649,16 @@ void HandleOpenL(const CMPXCollectionPlaylist& aPlaylist,TInt aError); /** + * From MMPXCollectionObserver + * Handles completion of a asynchronous command. + * + * @param aCommandResult result of the command, NULL if error + * @param aError error code + */ + virtual void HandleCommandComplete(CMPXCommand* aCommandResult, + TInt aError); + + /** * From MMPXMoveItemObserver * @param aErr, error for the operation */