cmmanager/cmmgr/Plugins/cmpluginvpn/src/cmpluginvpn.cpp
changeset 4 77415202bfc8
parent 3 f7816ffc66ed
child 8 2e6c4614c58e
equal deleted inserted replaced
3:f7816ffc66ed 4:77415202bfc8
  1175     CmPluginVpnNextLayerSelectDlg* dlg = 
  1175     CmPluginVpnNextLayerSelectDlg* dlg = 
  1176                     CmPluginVpnNextLayerSelectDlg::NewL( *this,
  1176                     CmPluginVpnNextLayerSelectDlg::NewL( *this,
  1177                                                          iBindableMethods,
  1177                                                          iBindableMethods,
  1178                                                          snapSelected,
  1178                                                          snapSelected,
  1179                                                          nextLayerId );
  1179                                                          nextLayerId );
  1180     if ( dlg->ExecuteLD() )
  1180     if ( dlg->ExecuteLD( R_VPN_REAL_CM_SELECTION_LIST ) )
  1181         {
  1181         {
  1182         // Handle results
  1182         // Handle results
  1183         retVal = ETrue;
  1183         retVal = ETrue;
  1184         }
  1184         }
  1185 
  1185