ipcm_pub/extendedconnpref_api/inc/extendedconnpref.h
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
--- a/ipcm_pub/extendedconnpref_api/inc/extendedconnpref.h	Tue Aug 31 15:35:44 2010 +0300
+++ b/ipcm_pub/extendedconnpref_api/inc/extendedconnpref.h	Wed Sep 01 12:23:51 2010 +0100
@@ -259,11 +259,8 @@
     IMPORT_C TBool DisconnectDialog() const;
 
     /**
-    * DEPRECATED
-    *
-    * Enables or disables Connection selection dialog, but since the
-    * Connection selection dialog is deprecated functionality, this
-    * method gets the Internet SNAP chosen if set as enabled.
+    * Enables or disables Connection selection dialog. Only the SNAPs/IAPs
+    * matching with BearerSet are shown in the dialog.
     * By default, Connection selection dialog is disabled.
     *
     * If Connection selection dialog is enabled, SNAP id shall be zero.
@@ -274,20 +271,14 @@
     * selection dialog shall be enabled.
     *
     * @param aConnSelectionDialog Indicates whether Connection selection
-    * dialog is enabled or disabled.
-    * @deprecated since Symbian^4 
+    *                             dialog is enabled or disabled.
     */
     IMPORT_C void SetConnSelectionDialog( TBool aConnSelectionDialog );
 
     /**
-    * DEPRECATED
-    *
-    * Indicates whether Connection selection dialog is enabled. This
-    * function holds no value since the usage of the Connection selection
-    * dialog is deprecated, thus this function is deprecated also.
+    * Indicates whether Connection selection dialog is enabled.
     *
     * @return Indicates whether Connection selection dialog is enabled.
-    * @deprecated since Symbian^4
     */
     IMPORT_C TBool ConnSelectionDialog() const;