diff -r f5068de88015 -r dd951c63fe4e cryptoservices/filebasedcertificateandkeystores/source/certapps/server/CFSCertAppsServer.cpp --- a/cryptoservices/filebasedcertificateandkeystores/source/certapps/server/CFSCertAppsServer.cpp Fri Jun 11 16:29:08 2010 +0100 +++ b/cryptoservices/filebasedcertificateandkeystores/source/certapps/server/CFSCertAppsServer.cpp Thu Jul 22 16:49:24 2010 +0100 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of the License "Eclipse Public License v1.0" @@ -123,7 +123,7 @@ for (TInt i = 0; i < count; ++i) { - aAppArray.Append(iClients[i]); + aAppArray.AppendL(iClients[i]); } }