mmappcomponents/collectionhelper/inc/mpxcollectionuihelperimp.h
changeset 25 d881023c13eb
parent 20 b1fb57be53fe
child 62 b276843a15ba
--- 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