diff -r a05c44bc3c61 -r d881023c13eb mmappcomponents/collectionhelper/inc/mpxcollectionuihelperimp.h --- a/mmappcomponents/collectionhelper/inc/mpxcollectionuihelperimp.h Fri Apr 16 15:28:14 2010 +0300 +++ b/mmappcomponents/collectionhelper/inc/mpxcollectionuihelperimp.h Mon May 03 12:58:40 2010 +0300 @@ -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 */ @@ -848,6 +858,7 @@ TInt iEmbeddedPluginInfo; TBool iInitialized; // collection db merging TBool iIncAdding; // Incremental adding guard + TInt iRefCount; }; #endif // CMPX_COLLECTION_UI_HELPER_H