videocollection/hgmyvideos/inc/vcxhgmyvideosvideolistimpl.h
branchRCL_3
changeset 11 5294c000a26d
parent 10 ce5ada96ab30
child 14 8970fbd719ec
--- a/videocollection/hgmyvideos/inc/vcxhgmyvideosvideolistimpl.h	Fri Mar 12 15:43:00 2010 +0200
+++ b/videocollection/hgmyvideos/inc/vcxhgmyvideosvideolistimpl.h	Mon Mar 15 12:40:47 2010 +0200
@@ -397,6 +397,17 @@
         CHgMyVideosAiwMenuHandler* AiwMenuHandlerL();
 #endif
 
+        /**
+         * OperationTargetsToMpxIdsL
+         * Translates the target ui indexes to mpx ids. Needed for targeting 
+         * list items if list may change while the requested operation is ongoing.
+         *
+         * @param operationTargetIndexes IN: Ui idexes of the target items
+         * @param operationTargetIds OUT: Mpx ids of the target items
+         */
+        void OperationTargetsToMpxIdsL( RArray<TInt>& operationTargetIndexes,  
+                                        RArray<TInt>& operationTargetIds );
+
     protected:
     
         /**