iaupdate/IAD/updater/src/iaupdatermngr.cpp
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
   164 
   164 
   165     TInt count( listFile->FileList().Count() );
   165     TInt count( listFile->FileList().Count() );
   166     TBool showing( EFalse );
   166     TBool showing( EFalse );
   167     User::LeaveIfError( iFs.Connect() );
   167     User::LeaveIfError( iFs.Connect() );
   168     User::LeaveIfError( iWsSession.Connect( iFs ) );
   168     User::LeaveIfError( iWsSession.Connect( iFs ) );
   169     //CIAUpdaterDialog* dialogs( CIAUpdaterDialog::NewLC( iFs, *this ) );
   169     CIAUpdaterDialog* dialogs( CIAUpdaterDialog::NewLC( iFs, *this ) );
   170     CIAUpdaterDialog* dialogs( CIAUpdaterDialog::NewLC( *this ) );
       
   171     if ( count > 0 )
   170     if ( count > 0 )
   172         {
   171         {
   173         TInt nameIndex( 0 );
   172         TInt nameIndex( 0 );
   174         for ( TInt i = 0; i < count; ++i )
   173         for ( TInt i = 0; i < count; ++i )
   175             {
   174             {