equal
deleted
inserted
replaced
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) |