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