diff -r e06095241a65 -r 735de8341ce4 vpnengine/pkiservice/inc/PKIMapper.h --- a/vpnengine/pkiservice/inc/PKIMapper.h Wed Sep 01 12:23:21 2010 +0100 +++ b/vpnengine/pkiservice/inc/PKIMapper.h Tue Sep 14 23:16:15 2010 +0300 @@ -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" @@ -17,7 +17,6 @@ */ - #if !defined (__PKIMAPPER_H__) #define __PKIMAPPER_H__ @@ -80,7 +79,14 @@ TBool LabelIsUnique(const TDesC& aLabel) const; void LogMap(CMapDescriptor& aDescriptor) const; void LogSearchArguments(TSecurityObjectDescriptor& aDescriptor) const; - + + /** + * Copies applicable data from aMapping to aCertInfo + */ + void CopyCertDataL( + const CMapDescriptor& aMapping, TCertificateListEntry& aCertInfo + ) const; + private: // C'tor CPKIMapper(); @@ -89,7 +95,6 @@ private: // data TBool iCacheCreated; TInt iCount; - /// Used when generating uniqname RPointerArray* iMapping; TPckgBuf iCurrentDescriptor;