diff -r 92f864ef0288 -r ae54820ef82c iaupdate/IAD/firmwareupdate/src/iaupdatefwupdatehandler.cpp --- a/iaupdate/IAD/firmwareupdate/src/iaupdatefwupdatehandler.cpp Wed Jun 23 18:20:02 2010 +0300 +++ b/iaupdate/IAD/firmwareupdate/src/iaupdatefwupdatehandler.cpp Tue Jul 06 14:23:31 2010 +0300 @@ -136,24 +136,7 @@ { case ENSU: { - /*HBufC* text1 = StringLoader::LoadLC( R_IAUPDATE_INFO_NSU_1 ); - HBufC* text2 = StringLoader::LoadLC( R_IAUPDATE_INFO_NSU_2 ); - - HBufC* text = HBufC::NewLC( text1->Length() + - text2->Length() ); - - text->Des() += *text1; - text->Des() += *text2; - - HBufC* heading = StringLoader::LoadLC( R_IAUPDATE_NEW_SW_TITLE ); - - ShowDialogL( *text, *heading ); - - CleanupStack::PopAndDestroy( heading ); //text, heading - CleanupStack::PopAndDestroy( text ); - CleanupStack::PopAndDestroy( text2 ); - CleanupStack::PopAndDestroy( text1 );*/ - + break; } case EFOTA: @@ -172,7 +155,7 @@ if ( ( fotamodelstate != RFotaEngineSession::EDownloadComplete ) && ( fotamodelstate != RFotaEngineSession::EStartingUpdate ) ) { //if download is suspended, try to resume it. - if ( fotamodelstate == RFotaEngineSession::EDownloadProgressingWithResume) + if ( fotamodelstate == RFotaEngineSession::EDownloadProgressing) { TInt result = iFotaModel->TryResumeFwUpdDownload(); FLOG_NUM( "[IAUPDATEFW] TryResumeFwUpdDownload result = %d", result ); @@ -229,14 +212,7 @@ // void CIAUpdateFWUpdateHandler::ShowDialogL(TDesC& /*aText*/, TDesC& /*aHeading*/ ) { - //CAknMessageQueryDialog* dlg = CAknMessageQueryDialog::NewL( aText ); - - //dlg->PrepareLC( R_IAUPDATE_MESSAGE_QUERY ); - - //CAknPopupHeadingPane* headingPane = dlg->Heading(); - //headingPane->SetTextL( aHeading ); - - //TInt ret = dlg->RunLD(); + }