diff -r a082c848c9a9 -r 3cdbd92ee07b omaprovisioning/provisioning/ProvisioningBC/Src/CWPBioControl.cpp --- a/omaprovisioning/provisioning/ProvisioningBC/Src/CWPBioControl.cpp Wed Sep 15 13:08:27 2010 +0300 +++ b/omaprovisioning/provisioning/ProvisioningBC/Src/CWPBioControl.cpp Wed Oct 13 15:30:06 2010 +0300 @@ -361,20 +361,6 @@ TBool preAuthenticated( iMessage->Authenticated() ); // If the message was not authenticated, give a warning AuthenticateL( *iMessage ); - - // Identify the authentication type - TInt type = (entry->Entry()).MtmData2(); - if(type == 1) - { - CRepository* repository = CRepository::NewLC( KOMAProvAuthenticationLV ); - TInt err = repository->Set(KOMAProvMessageOpen, type); - if(err != KErrNone) - { - FLOG( _L( "[ProvisioningBC] CWPBioControl::RestoreMsgL Set KOMAProvMessageOpen failed" ) ); - } - CleanupStack::PopAndDestroy(); // repository - } - FLOG( _L( "[ProvisioningBC] CWPBioControl::RestoreMsgL 3 " ) ); if( !tentry.ReadOnly() && preAuthenticated != iMessage->Authenticated() ) { @@ -389,16 +375,6 @@ FLOG( _L( "[ProvisioningBC] CWPBioControl::RestoreMsgL 5 " ) ); iEngine->PopulateL(); FLOG( _L( "[ProvisioningBC] CWPBioControl::RestoreMsgL 6 " ) ); - - //Reset the cenrep so it can used for next message. - CRepository* repository = CRepository::NewLC( KOMAProvAuthenticationLV ); - TInt err = repository->Set(KOMAProvMessageOpen, 0); - if(err != KErrNone) - { - FLOG( _L( "[ProvisioningBC] CWPBioControl::RestoreMsgL Set KOMAProvMessageOpen failed" ) ); - } - CleanupStack::PopAndDestroy(); - // Empty messages are not supported if( iEngine->ItemCount() == 0 ) { @@ -420,7 +396,7 @@ { iEngine->SetCurrentContextL( KWPMgrUidNoContext ); } - + CleanupStack::PopAndDestroy(2); // orig16, entry FLOG( _L( "[ProvisioningBC] CWPBioControl::RestoreMsgL done" ) ); }