ipcm_plat/connection_ui_utilities_api/inc/ConnectionUiUtilities.h
branchRCL_3
changeset 8 2e6c4614c58e
parent 0 5a93021fdf25
child 15 4dc3bb0099b0
equal deleted inserted replaced
4:77415202bfc8 8:2e6c4614c58e
   110         * Pops up discreet popup indicating that connection is being
   110         * Pops up discreet popup indicating that connection is being
   111         * established to the given access point.
   111         * established to the given access point.
   112         * This method should only be used from the MPM in order to provide
   112         * This method should only be used from the MPM in order to provide
   113         * a consistent popup behavior across the platform.
   113         * a consistent popup behavior across the platform.
   114         * @param aIAPId The id of the access point.
   114         * @param aIAPId The id of the access point.
   115         * @param aConnectionActive is connection already active.
   115         */
   116         */
   116         IMPORT_C void ConnectingViaDiscreetPopup( const TUint32& aIAPId );
   117         IMPORT_C void ConnectingViaDiscreetPopup( const TUint32& aIAPId, TBool aConnectionAlreadyActive );
       
   118 
   117 
   119         /**
   118         /**
   120         * Pops up a discreet popup indicating a connection error.
   119         * Pops up a discreet popup indicating a connection error.
   121         * Only appropriate error codes show the popup, otherwise
   120         * Only appropriate error codes show the popup, otherwise
   122         * (such as with general errors) the popup is not shown.
   121         * (such as with general errors) the popup is not shown.