ipcm_pub/extendedconnpref_api/inc/extendedconnpref.h
changeset 20 9c97ad6591ae
parent 0 5a93021fdf25
child 58 83ca720e2b9a
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
   257     * @return Indicates whether Disconnect dialog is enabled.
   257     * @return Indicates whether Disconnect dialog is enabled.
   258     */
   258     */
   259     IMPORT_C TBool DisconnectDialog() const;
   259     IMPORT_C TBool DisconnectDialog() const;
   260 
   260 
   261     /**
   261     /**
   262     * Enables or disables Connection selection dialog. Only the SNAPs/IAPs
   262     * DEPRECATED
   263     * matching with BearerSet are shown in the dialog.
   263     *
       
   264     * Enables or disables Connection selection dialog, but since the
       
   265     * Connection selection dialog is deprecated functionality, this
       
   266     * method gets the Internet SNAP chosen if set as enabled.
   264     * By default, Connection selection dialog is disabled.
   267     * By default, Connection selection dialog is disabled.
   265     *
   268     *
   266     * If Connection selection dialog is enabled, SNAP id shall be zero.
   269     * If Connection selection dialog is enabled, SNAP id shall be zero.
   267     * If Connection selection dialog is enabled, IAP id shall be zero.
   270     * If Connection selection dialog is enabled, IAP id shall be zero.
   268     * If Connection selection dialog is enabled, SNAP purpose shall be
   271     * If Connection selection dialog is enabled, SNAP purpose shall be
   269     * CMManager::ESnapPurposeUnknown.
   272     * CMManager::ESnapPurposeUnknown.
   270     * Either SNAP purpose, SNAP id, or IAP id shall be given, or Connection
   273     * Either SNAP purpose, SNAP id, or IAP id shall be given, or Connection
   271     * selection dialog shall be enabled.
   274     * selection dialog shall be enabled.
   272     *
   275     *
   273     * @param aConnSelectionDialog Indicates whether Connection selection
   276     * @param aConnSelectionDialog Indicates whether Connection selection
   274     *                             dialog is enabled or disabled.
   277     * dialog is enabled or disabled.
       
   278     * @deprecated since Symbian^4 
   275     */
   279     */
   276     IMPORT_C void SetConnSelectionDialog( TBool aConnSelectionDialog );
   280     IMPORT_C void SetConnSelectionDialog( TBool aConnSelectionDialog );
   277 
   281 
   278     /**
   282     /**
   279     * Indicates whether Connection selection dialog is enabled.
   283     * DEPRECATED
       
   284     *
       
   285     * Indicates whether Connection selection dialog is enabled. This
       
   286     * function holds no value since the usage of the Connection selection
       
   287     * dialog is deprecated, thus this function is deprecated also.
   280     *
   288     *
   281     * @return Indicates whether Connection selection dialog is enabled.
   289     * @return Indicates whether Connection selection dialog is enabled.
       
   290     * @deprecated since Symbian^4
   282     */
   291     */
   283     IMPORT_C TBool ConnSelectionDialog() const;
   292     IMPORT_C TBool ConnSelectionDialog() const;
   284 
   293 
   285     /**
   294     /**
   286     * Enables or disables forced roaming.
   295     * Enables or disables forced roaming.