connectionmonitoring/connectionmonitorui/src/CsdConnectionInfo.cpp
branchRCL_3
changeset 69 cf1b3ddbe9a1
parent 58 83ca720e2b9a
equal deleted inserted replaced
65:14754bf06654 69:cf1b3ddbe9a1
   299 
   299 
   300             CleanupStack::PopAndDestroy( 7, temp );   // ToString...LC()
   300             CleanupStack::PopAndDestroy( 7, temp );   // ToString...LC()
   301 
   301 
   302             TInt sharing = RefreshAppNamesL();
   302             TInt sharing = RefreshAppNamesL();
   303 
   303 
   304             if ( sharing >= 1 )
   304             if ( sharing > 1 )
   305                 {
   305                 {
   306                 if ( iDetailsArray->Count() > 10 )
   306                 if ( iDetailsArray->Count() > 10 )
   307                     {
   307                     {
   308                     iDetailsArray->Delete( 10, 
   308                     iDetailsArray->Delete( 10, 
   309                                            iDetailsArray->Count() - 10 );
   309                                            iDetailsArray->Count() - 10 );
   414 
   414 
   415     if ( internal )
   415     if ( internal )
   416         {
   416         {
   417         TInt sharing = RefreshAppNamesL();
   417         TInt sharing = RefreshAppNamesL();
   418         
   418         
   419         if ( sharing >= 1 )
   419         if ( sharing > 1 )
   420             {
   420             {
   421             for ( TInt i = 0; i < sharing; i++ )
   421             for ( TInt i = 0; i < sharing; i++ )
   422                 {
   422                 {
   423                 if ( i == 0 )
   423                 if ( i == 0 )
   424                     {
   424                     {