cryptoservices/filebasedcertificateandkeystores/source/certapps/server/CFSCertAppsServer.cpp
changeset 72 de46a57f75fb
parent 30 cf642210ecb7
--- a/cryptoservices/filebasedcertificateandkeystores/source/certapps/server/CFSCertAppsServer.cpp	Tue May 25 00:47:47 2010 +0530
+++ b/cryptoservices/filebasedcertificateandkeystores/source/certapps/server/CFSCertAppsServer.cpp	Thu Jun 24 15:39:07 2010 +0530
@@ -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]);
 		}
 	}