mtpfws/mtpfw/dataproviders/devdp/src/cmtpdevicedpconfigmgr.cpp
branchRCL_3
changeset 15 f85613f12947
parent 0 d0791faffa3f
equal deleted inserted replaced
13:81da3301b632 15:f85613f12947
   254 		else
   254 		else
   255 			{
   255 			{
   256 			//Ignore the duplicate value.
   256 			//Ignore the duplicate value.
   257 			if( aOrderInfoArray.Find(formatInt) == KErrNotFound )
   257 			if( aOrderInfoArray.Find(formatInt) == KErrNotFound )
   258 				{
   258 				{
   259 				aOrderInfoArray.Append(formatInt);
   259 				aOrderInfoArray.AppendL(formatInt);
   260 				}
   260 				}
   261 			}
   261 			}
   262 		}
   262 		}
   263 	CleanupStack::PopAndDestroy(formatArray);
   263 	CleanupStack::PopAndDestroy(formatArray);
   264 	CleanupStack::PopAndDestroy(dataBuffer);
   264 	CleanupStack::PopAndDestroy(dataBuffer);