cryptoservices/filebasedcertificateandkeystores/source/certapps/server/CFSCertAppsServer.cpp
branchRCL_3
changeset 58 a5e05e7296f9
parent 33 cf642210ecb7
equal deleted inserted replaced
53:b38692a04122 58:a5e05e7296f9
     1 /*
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   121 	// Make a copy of the array
   121 	// Make a copy of the array
   122 	TInt count = iClients.Count();
   122 	TInt count = iClients.Count();
   123 
   123 
   124 	for (TInt i = 0; i < count; ++i)
   124 	for (TInt i = 0; i < count; ++i)
   125 		{
   125 		{
   126 		aAppArray.Append(iClients[i]);
   126 		aAppArray.AppendL(iClients[i]);
   127 		}
   127 		}
   128 	}
   128 	}
   129 
   129 
   130 void CFSCertAppsServer::ApplicationL(const TUid& aUid, TCertificateAppInfo& aInfo) const
   130 void CFSCertAppsServer::ApplicationL(const TUid& aUid, TCertificateAppInfo& aInfo) const
   131 	{
   131 	{