diff -r 61f466445ae5 -r 320ec5cd0227 messagingfw/msgsrvnstore/server/src/msvsearchsortcachemanager.cpp --- a/messagingfw/msgsrvnstore/server/src/msvsearchsortcachemanager.cpp Tue Jul 06 14:48:25 2010 +0300 +++ b/messagingfw/msgsrvnstore/server/src/msvsearchsortcachemanager.cpp Wed Aug 18 10:15:32 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -1020,12 +1020,12 @@ { for(TInt ii =0; iiiNewEntry.Count(); ii++ ) { - iDeltaCacheIdArray.Append(iSearchSortDeltaCache->iNewEntry[ii]); + iDeltaCacheIdArray.AppendL(iSearchSortDeltaCache->iNewEntry[ii]); } for(TInt ii =0; iiiUpdateEntry.Count(); ii++ ) { - iDeltaCacheIdArray.Append(iSearchSortDeltaCache->iUpdateEntry[ii]); + iDeltaCacheIdArray.AppendL(iSearchSortDeltaCache->iUpdateEntry[ii]); } iReturnResultType = KPartialResult; iProgress = KMsvSearchSortOpInProgress;