connectionutilities/ConnectionDialogs/DisconnectDlg/src/ConnectionModel.cpp
branchRCL_3
changeset 17 c14618f9de99
parent 0 5a93021fdf25
child 24 c45d4fe2ff0a
equal deleted inserted replaced
15:4dc3bb0099b0 17:c14618f9de99
   356     CLOG_ENTERFN("CConnectionModel::SelectedConnectionClosedL");    
   356     CLOG_ENTERFN("CConnectionModel::SelectedConnectionClosedL");    
   357     
   357     
   358     // the connection is succesfully closed
   358     // the connection is succesfully closed
   359     CConnectionInfo* info = iConnArray->At( iClosingConnectionIndex );
   359     CConnectionInfo* info = iConnArray->At( iClosingConnectionIndex );
   360 
   360 
   361     TPtrC iap = info->GetIapNameL();
       
   362     TInt bearerType = info->GetBearerType();
       
   363 
       
   364     if( bearerType < EBearerExternalCSD )
       
   365         {
       
   366         InfoNoteL( R_QTN_NETW_CONF_CONN_DISCONNECTED, &iap );
       
   367         }
       
   368     else
       
   369         {
       
   370         InfoNoteL( R_QTN_NETW_CONF_MODEM_CONN_DISCONNECTED );
       
   371         }
       
   372 
       
   373     CLOG_LEAVEFN("CConnectionModel::SelectedConnectionClosedL");    
   361     CLOG_LEAVEFN("CConnectionModel::SelectedConnectionClosedL");    
   374     }
   362     }
   375 
   363 
   376 
   364 
   377 // ---------------------------------------------------------
   365 // ---------------------------------------------------------