diff -r ce5ada96ab30 -r 5294c000a26d videocollection/hgmyvideos/inc/vcxhgmyvideosvideolistimpl.h --- 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& operationTargetIndexes, + RArray& operationTargetIds ); + protected: /**