--- a/mtpfws/mtpfw/src/cmtpreferencemgr.cpp Wed Jun 09 10:36:33 2010 +0300
+++ b/mtpfws/mtpfw/src/cmtpreferencemgr.cpp Mon Jun 21 16:36:59 2010 +0300
@@ -136,7 +136,7 @@
for(TInt i = 0; i < count; i++)
{
TUint32 toHandle = iObjectStore.HandleL(aToSuids[i]);
- toHandles.Append(toHandle);
+ toHandles.AppendL(toHandle);
}
SetReferencesL(fromHandle, toHandles);
@@ -336,7 +336,7 @@
TInt count = aToHandles.NumElements();
for(TInt i = 0; i < count; i++)
{
- tempArray.Append(aToHandles.ElementUint(i));
+ tempArray.AppendL(aToHandles.ElementUint(i));
}
SetReferencesL(aFromHandle.Value(), tempArray);
CleanupStack::PopAndDestroy(&tempArray);