wim/WimPlugin/src/WimCertStore.cpp
branchRCL_3
changeset 20 63339781d179
parent 0 164170e6151a
equal deleted inserted replaced
19:94b923fa11ed 20:63339781d179
  1573             {
  1573             {
  1574             // Parameters are fetched from trust store
  1574             // Parameters are fetched from trust store
  1575             // and assigned into mapping
  1575             // and assigned into mapping
  1576             SetTrustSettingsOnMappingL( iTrusted,
  1576             SetTrustSettingsOnMappingL( iTrusted,
  1577                                         iCertificateApps );
  1577                                         iCertificateApps );
       
  1578             _WIMTRACE3 ( _L( "CWimCertStore::DoInitializeLoadTrustSettingsWaitL(), index=%d, count=%d" ),
       
  1579                     iCertIndex, iCerts->Count() );
  1578             if ( iCertIndex < iCerts->Count() - 1 )
  1580             if ( iCertIndex < iCerts->Count() - 1 )
  1579                 {
  1581                 {
  1580                 iCertIndex++;
  1582                 iCertIndex++;
  1581                 iPhase = EInitializeLoadTrustSettingsStart;
  1583                 iPhase = EInitializeLoadTrustSettingsStart;
  1582                 }
  1584                 }