mmappcomponents/collectionhelper/inc/mpxcollectionuihelperimp.h
changeset 25 d881023c13eb
parent 20 b1fb57be53fe
child 62 b276843a15ba
equal deleted inserted replaced
21:a05c44bc3c61 25:d881023c13eb
   647     *  @param aError error code
   647     *  @param aError error code
   648     */
   648     */
   649     void HandleOpenL(const CMPXCollectionPlaylist& aPlaylist,TInt aError);
   649     void HandleOpenL(const CMPXCollectionPlaylist& aPlaylist,TInt aError);
   650 
   650 
   651     /**
   651     /**
       
   652     * From MMPXCollectionObserver
       
   653     *  Handles completion of a asynchronous command.
       
   654     *
       
   655     *  @param aCommandResult result of the command, NULL if error
       
   656     *  @param aError error code    
       
   657     */
       
   658     virtual void HandleCommandComplete(CMPXCommand* aCommandResult, 
       
   659                                        TInt aError);
       
   660 
       
   661     /**
   652     * From MMPXMoveItemObserver
   662     * From MMPXMoveItemObserver
   653     * @param aErr, error for the operation
   663     * @param aErr, error for the operation
   654     */
   664     */
   655     void HandleMoveCompleteL( TInt aErr );
   665     void HandleMoveCompleteL( TInt aErr );
   656 
   666 
   846     // Embedded Mode handling
   856     // Embedded Mode handling
   847     TUid                                iEmbeddedModeID;
   857     TUid                                iEmbeddedModeID;
   848     TInt                                iEmbeddedPluginInfo;
   858     TInt                                iEmbeddedPluginInfo;
   849     TBool                               iInitialized;  // collection db merging
   859     TBool                               iInitialized;  // collection db merging
   850     TBool                               iIncAdding;  // Incremental adding guard
   860     TBool                               iIncAdding;  // Incremental adding guard
       
   861     TInt 								iRefCount;
   851     };
   862     };
   852 
   863 
   853 #endif // CMPX_COLLECTION_UI_HELPER_H
   864 #endif // CMPX_COLLECTION_UI_HELPER_H