convergedconnectionhandler/cchclientapi/cchuinotif/src/cchuinotifierimpl.cpp
branchRCL_3
changeset 12 876a3df1f464
parent 11 6134b5029079
child 15 43658d24f35d
equal deleted inserted replaced
11:6134b5029079 12:876a3df1f464
   441     // List query dialog is deleted via RunLD except if there is
   441     // List query dialog is deleted via RunLD except if there is
   442     // incoming call at the same time the dialog is shown on screen.
   442     // incoming call at the same time the dialog is shown on screen.
   443     // In case of incoming call CallStateChanged() method handles
   443     // In case of incoming call CallStateChanged() method handles
   444     // the deletion
   444     // the deletion
   445     iListQueryDialog->RunLD();
   445     iListQueryDialog->RunLD();
   446     
   446     // coverity[check_after_deref]
   447     if( iListQueryDialog )
   447     if( iListQueryDialog )
   448         {
   448         {
   449         // write result, result now holds the item number
   449         // write result, result now holds the item number
   450         if ( KErrNotFound != result )
   450         if ( KErrNotFound != result )
   451             {
   451             {