pkiutilities/CertmanUi/SRC/CertmanuiKeeper.cpp
branchRCL_3
changeset 22 03674e5abf46
parent 21 09b1ac925e3f
equal deleted inserted replaced
21:09b1ac925e3f 22:03674e5abf46
     1 /*
     1 /*
     2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2003-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 "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(): iResourceLoader( *iCoeEnv )
   173 CCertManUIKeeper::CCertManUIKeeper() : iCurrentCACertForTrustSettings( KErrNotFound ),
       
   174         iResourceLoader( *iCoeEnv )
   174     {
   175     {
   175     CERTMANUILOGGER_CREATE; //lint !e960
   176     CERTMANUILOGGER_CREATE; //lint !e960
   176     CERTMANUILOGGER_WRITE_TIMESTAMP( "CCertManUIKeeper::CCertManUIKeeper" );
   177     CERTMANUILOGGER_WRITE_TIMESTAMP( "CCertManUIKeeper::CCertManUIKeeper" );
   177     }
   178     }
   178 
   179