iaupdate/IAD/updater/src/iaupdatermngr.cpp
changeset 53 ae54820ef82c
parent 0 ba25891c3a9e
child 66 8b7f4e561641
equal deleted inserted replaced
52:92f864ef0288 53:ae54820ef82c
   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 ) );
   170     if ( count > 0 )
   171     if ( count > 0 )
   171         {
   172         {
   172         TInt nameIndex( 0 );
   173         TInt nameIndex( 0 );
   173         for ( TInt i = 0; i < count; ++i )
   174         for ( TInt i = 0; i < count; ++i )
   174             {
   175             {