ipcm_pub/extendedconnpref_api/inc/extendedconnpref.h
changeset 20 9c97ad6591ae
parent 0 5a93021fdf25
child 58 83ca720e2b9a
--- a/ipcm_pub/extendedconnpref_api/inc/extendedconnpref.h	Fri Apr 16 15:21:37 2010 +0300
+++ b/ipcm_pub/extendedconnpref_api/inc/extendedconnpref.h	Mon May 03 12:53:07 2010 +0300
@@ -259,8 +259,11 @@
     IMPORT_C TBool DisconnectDialog() const;
 
     /**
-    * Enables or disables Connection selection dialog. Only the SNAPs/IAPs
-    * matching with BearerSet are shown in the dialog.
+    * 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.
     * By default, Connection selection dialog is disabled.
     *
     * If Connection selection dialog is enabled, SNAP id shall be zero.
@@ -271,14 +274,20 @@
     * selection dialog shall be enabled.
     *
     * @param aConnSelectionDialog Indicates whether Connection selection
-    *                             dialog is enabled or disabled.
+    * dialog is enabled or disabled.
+    * @deprecated since Symbian^4 
     */
     IMPORT_C void SetConnSelectionDialog( TBool aConnSelectionDialog );
 
     /**
-    * Indicates whether Connection selection dialog is enabled.
+    * 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.
     *
     * @return Indicates whether Connection selection dialog is enabled.
+    * @deprecated since Symbian^4
     */
     IMPORT_C TBool ConnSelectionDialog() const;