diff -r 473321461bba -r e06095241a65 vpnengine/pkiservice/src/pkiwrapper.cpp --- a/vpnengine/pkiservice/src/pkiwrapper.cpp Tue Aug 31 16:14:16 2010 +0300 +++ b/vpnengine/pkiservice/src/pkiwrapper.cpp Wed Sep 01 12:23:21 2010 +0100 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2006 - 2008 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2006 - 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" @@ -151,12 +151,12 @@ iTrusted = aValue; } -void CPKIWrapper::SetApplications(const RArray& aApplUids) +void CPKIWrapper::SetApplicationsL(const RArray& aApplUids) { iUidArray.Close(); for(TInt i=0;iRead(i * sizeof(TUid), (TAny*)&tempUid, sizeof(TUid)); - iUidArray.Append(tempUid); + iUidArray.AppendL(tempUid); } } CleanupStack::PopAndDestroy(1); // list @@ -592,7 +592,7 @@ case PkiService::ESetApplicability: if (iCurrentStatus == KErrNone) { - iMapper.GetMapDescriptorAtIndex(iIndex).SetMapApplications(iUidArray); + iMapper.GetMapDescriptorAtIndex(iIndex).SetMapApplicationsL(iUidArray); } break;