connectionmonitoring/connectionmonitorui/src/WlanConnectionInfo.cpp
branchRCL_3
changeset 69 cf1b3ddbe9a1
parent 58 83ca720e2b9a
equal deleted inserted replaced
65:14754bf06654 69:cf1b3ddbe9a1
   683         KDetailsArrayMaxGranularityCCX - 1, 
   683         KDetailsArrayMaxGranularityCCX - 1, 
   684         temp );
   684         temp );
   685                                  
   685                                  
   686     TInt sharing = RefreshAppNamesL();
   686     TInt sharing = RefreshAppNamesL();
   687 
   687 
   688     if ( sharing >= 1 )
   688     if ( sharing > 1 )
   689         {
   689         {
   690         for ( TInt i = 0; i < sharing; i++ )
   690         for ( TInt i = 0; i < sharing; i++ )
   691             {
   691             {
   692             if ( i == 0 )
   692             if ( i == 0 )
   693                 {
   693                 {
   774     CMUILOGGER_WRITE_F( "count : %d", count );
   774     CMUILOGGER_WRITE_F( "count : %d", count );
   775     CMUILOGGER_WRITE_F( "realElementsMaxCount : %d", realElementsMaxCount );
   775     CMUILOGGER_WRITE_F( "realElementsMaxCount : %d", realElementsMaxCount );
   776     
   776     
   777     TInt sharing = RefreshAppNamesL();
   777     TInt sharing = RefreshAppNamesL();
   778 
   778 
   779     if ( sharing >= 1 )
   779     if ( sharing > 1 )
   780         {
   780         {
   781         if ( count >= realElementsMaxCount ) // 15
   781         if ( count >= realElementsMaxCount ) // 15
   782             {  
   782             {  
   783             iDetailsArray->Delete( realElementsMaxCount - 1,
   783             iDetailsArray->Delete( realElementsMaxCount - 1,
   784                                    iDetailsArray->Count() - 14 );
   784                                    iDetailsArray->Count() - 14 );