diff -r e5b3a2155e1a -r d2c4c66342f3 messagingfw/msgsrvnstore/server/src/msvsearchsortdbwrapper.cpp --- a/messagingfw/msgsrvnstore/server/src/msvsearchsortdbwrapper.cpp Thu Aug 19 10:24:00 2010 +0300 +++ b/messagingfw/msgsrvnstore/server/src/msvsearchsortdbwrapper.cpp Tue Aug 31 15:41:11 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" @@ -271,7 +271,7 @@ RBuf8 queryString; queryString.CleanupClosePushL(); - queryString.Create(KMaxQuerySize); + queryString.CreateL(KMaxQuerySize); //Folderlist for subfolder search RArray folderIdList; @@ -282,7 +282,7 @@ parentId = aQuery.iParentId; #endif //Append the parentid on which the search/sort is intiated into the folder list - folderIdList.Append(parentId); + folderIdList.AppendL(parentId); iSortOnHeader = aSortOnHeader; #if (defined SYMBIAN_MESSAGESTORE_HEADER_BODY_USING_SQLDB)