connectionmonitoring/connectionmonitorui/src/ConnectionMonitorUiAppUi.cpp
branchRCL_3
changeset 15 4dc3bb0099b0
parent 12 ea6e024ea6f9
child 54 984e13af52c4
equal deleted inserted replaced
13:68f0c7cd80ec 15:4dc3bb0099b0
   329                     TBool deleting = connectionInfo->GetDeletedFromCMUI();
   329                     TBool deleting = connectionInfo->GetDeletedFromCMUI();
   330                     if ( deleting )
   330                     if ( deleting )
   331                         {
   331                         {
   332                         ShowConnectionSummaryInformationNoteL( connectionInfo );
   332                         ShowConnectionSummaryInformationNoteL( connectionInfo );
   333                         }
   333                         }
   334                     // Mark the connection as closed. When the timer ticks the next
   334                     // Mark the connection as closed and update the status text. 
   335                     // time the marked connection is deleted and removed from the main view.
   335                     // When the timer ticks the next time the marked connection 
       
   336                     // is deleted and removed from the main view.
   336                     connectionInfo->RefreshConnectionStatus( KConnectionClosed );
   337                     connectionInfo->RefreshConnectionStatus( KConnectionClosed );
       
   338                     connectionInfo->RefreshConnectionListBoxItemTextL();
   337                     }                
   339                     }                
   338                 CMUILOGGER_WRITE_F( "Deleted: %d", connectionId );
   340                 CMUILOGGER_WRITE_F( "Deleted: %d", connectionId );
   339                 }
   341                 }
   340             break;
   342             break;
   341             }
   343             }