wim/WimPlugin/src/WimCertStore.cpp
changeset 63 989397f9511c
parent 42 82671cd8994b
equal deleted inserted replaced
62:3255e7d5bd67 63:989397f9511c
     1 /*
     1 /*
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-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".
  1868     if ( iUnifiedKeyStore )
  1868     if ( iUnifiedKeyStore )
  1869         {
  1869         {
  1870         iKeyInfos.Close();
  1870         iKeyInfos.Close();
  1871         delete iUnifiedKeyStore;
  1871         delete iUnifiedKeyStore;
  1872         iUnifiedKeyStore = NULL;
  1872         iUnifiedKeyStore = NULL;
  1873         iCertsList->Reset();
       
  1874         }
  1873         }
  1875     }
  1874     }
  1876 
  1875 
  1877 // -----------------------------------------------------------------------------
  1876 // -----------------------------------------------------------------------------
  1878 // void CWimCertStore::RunError()
  1877 // void CWimCertStore::RunError()