mmappcomponents/collectionhelper/src/mpxcollectionhelperimp.cpp
branchRCL_3
changeset 23 4740b34b83ce
parent 17 780c925249c1
child 45 09978a29cfde
child 51 e61a04404bdf
equal deleted inserted replaced
19:51035f0751c2 23:4740b34b83ce
   405                                        TMPXGeneralCategory aItemCat )
   405                                        TMPXGeneralCategory aItemCat )
   406     {
   406     {
   407     MPX_FUNC("CMPXCollectionHelperImp::RenameL");
   407     MPX_FUNC("CMPXCollectionHelperImp::RenameL");
   408     MPX_DEBUG3("aOldUri = %S, aNewUri = %S", &aOldUri, &aNewUri);
   408     MPX_DEBUG3("aOldUri = %S, aNewUri = %S", &aOldUri, &aNewUri);
   409 
   409 
   410     if (aItemCat != EMPXSong && aItemCat != EMPXPlaylist)
   410     if (aItemCat != EMPXSong && aItemCat != EMPXPlaylist && aItemCat != EMPXAbstractAlbum)
   411         {
   411         {
   412         User::Leave(KErrArgument);
   412         User::Leave(KErrArgument);
   413         }
   413         }
   414 
   414 
   415     // find the media using the old URI
   415     // find the media using the old URI