connectionmonitoring/connectionmonitorui/src/EasyWLANConnectionInfo.cpp
branchRCL_3
changeset 69 cf1b3ddbe9a1
parent 58 83ca720e2b9a
equal deleted inserted replaced
65:14754bf06654 69:cf1b3ddbe9a1
   208     CMUILOGGER_WRITE_F( "KMaxNumOfListBoxItems + cCXSupported : %d",
   208     CMUILOGGER_WRITE_F( "KMaxNumOfListBoxItems + cCXSupported : %d",
   209                         KMaxNumOfListBoxItems );
   209                         KMaxNumOfListBoxItems );
   210 
   210 
   211     TInt sharing = RefreshAppNamesL();
   211     TInt sharing = RefreshAppNamesL();
   212         
   212         
   213     if ( sharing >= 1 )
   213     if ( sharing > 1 )
   214         {
   214         {
   215         for ( TInt i = 0; i < ( sharing ); i++ )
   215         for ( TInt i = 0; i < ( sharing ); i++ )
   216             {
   216             {
   217             if ( i == 0 )
   217             if ( i == 0 )
   218                 {
   218                 {
   294     CMUILOGGER_WRITE_F( "realElementsMaxCount : %d", 
   294     CMUILOGGER_WRITE_F( "realElementsMaxCount : %d", 
   295                         realElementsMaxCount );
   295                         realElementsMaxCount );
   296 
   296 
   297     TInt sharing = RefreshAppNamesL();
   297     TInt sharing = RefreshAppNamesL();
   298 
   298 
   299     if ( sharing >= 1 )
   299     if ( sharing > 1 )
   300         {
   300         {
   301         if ( count >= realElementsMaxCount )
   301         if ( count >= realElementsMaxCount )
   302             {  
   302             {  
   303             iDetailsArray->Delete( realElementsMaxCount - 1,
   303             iDetailsArray->Delete( realElementsMaxCount - 1,
   304                                        iDetailsArray->Count() - 13 );
   304                                        iDetailsArray->Count() - 13 );