connectionmonitoring/connectionmonitorui/src/WlanConnectionInfo.cpp
branchRCL_3
changeset 55 fc7b30ed2058
parent 0 5a93021fdf25
equal deleted inserted replaced
54:984e13af52c4 55:fc7b30ed2058
   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 );