mtpdataproviders/mtpfileandfolderdp/src/cmtpfiledpexclusionmgr.cpp
branchRCL_3
changeset 15 f85613f12947
parent 0 d0791faffa3f
equal deleted inserted replaced
13:81da3301b632 15:f85613f12947
    94             for(TInt index = 0; index < playbackFormatExclusionList.Count(); ++index)
    94             for(TInt index = 0; index < playbackFormatExclusionList.Count(); ++index)
    95                 {
    95                 {
    96                 formatcode = playbackFormatExclusionList[index];
    96                 formatcode = playbackFormatExclusionList[index];
    97                 if(KErrNotFound == capFormatExclusionList.FindInOrder(formatcode))
    97                 if(KErrNotFound == capFormatExclusionList.FindInOrder(formatcode))
    98                     {
    98                     {
    99                     capFormatExclusionList.InsertInOrder(formatcode);
    99                     capFormatExclusionList.InsertInOrderL(formatcode);
   100                     }
   100                     }
   101                 }
   101                 }
   102 
   102 
   103             //Append all DPs format exclusion list in File DP
   103             //Append all DPs format exclusion list in File DP
   104             for (TInt i = 0; i < capFormatExclusionList.Count(); ++i)
   104             for (TInt i = 0; i < capFormatExclusionList.Count(); ++i)