equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2003-2009 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 "Eclipse Public License v1.0" |
5 * under the terms of "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". |
168 // --------------------------------------------------------- |
168 // --------------------------------------------------------- |
169 // CCertManUIKeeper::CCertManUIKeeper() |
169 // CCertManUIKeeper::CCertManUIKeeper() |
170 // Constructor with parent |
170 // Constructor with parent |
171 // --------------------------------------------------------- |
171 // --------------------------------------------------------- |
172 // |
172 // |
173 CCertManUIKeeper::CCertManUIKeeper() : iCurrentCACertForTrustSettings( KErrNotFound ), |
173 CCertManUIKeeper::CCertManUIKeeper(): iResourceLoader( *iCoeEnv ) |
174 iResourceLoader( *iCoeEnv ) |
|
175 { |
174 { |
176 CERTMANUILOGGER_CREATE; //lint !e960 |
175 CERTMANUILOGGER_CREATE; //lint !e960 |
177 CERTMANUILOGGER_WRITE_TIMESTAMP( "CCertManUIKeeper::CCertManUIKeeper" ); |
176 CERTMANUILOGGER_WRITE_TIMESTAMP( "CCertManUIKeeper::CCertManUIKeeper" ); |
178 } |
177 } |
179 |
178 |