ipcm_plat/connection_ui_utilities_api/inc/ConnectionUiUtilities.h
changeset 20 9c97ad6591ae
parent 0 5a93021fdf25
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
   106         */
   106         */
   107         IMPORT_C void  ShowConnectionChangedNoteL( const TUint32& aIAPId );
   107         IMPORT_C void  ShowConnectionChangedNoteL( const TUint32& aIAPId );
   108         
   108         
   109         /**
   109         /**
   110         * Pops up discreet popup indicating that connection is being
   110         * Pops up discreet popup indicating that connection is being
       
   111         * established to not yet known access point. The access point details
       
   112         * can be later provided with ConnectingViaDiscreetPopup( aIAPId,
       
   113         * aConnectionAlreadyActive) method.
       
   114         * This method should only be used from the MPM in order to provide
       
   115         * a consistent popup behavior across the platform.
       
   116         */
       
   117         IMPORT_C void ConnectingViaDiscreetPopup( );
       
   118 
       
   119         /**
       
   120         * Pops up discreet popup indicating that connection is being
   111         * established to the given access point.
   121         * established to the given access point.
   112         * This method should only be used from the MPM in order to provide
   122         * This method should only be used from the MPM in order to provide
   113         * a consistent popup behavior across the platform.
   123         * a consistent popup behavior across the platform.
   114         * @param aIAPId The id of the access point.
   124         * @param aIAPId The id of the access point.
   115         * @param aConnectionActive is connection already active.
   125         * @param aConnectionActive ETrue connection already active.
   116         */
   126         */
   117         IMPORT_C void ConnectingViaDiscreetPopup( const TUint32& aIAPId, TBool aConnectionAlreadyActive );
   127         IMPORT_C void ConnectingViaDiscreetPopup( const TUint32& aIAPId,
       
   128                 TBool aConnectionAlreadyActive );
       
   129 
       
   130         /**
       
   131         * Cancels (hides) connecting via discreet popup.
       
   132         * This method should only be used from the MPM in order to provide
       
   133         * a consistent popup behavior across the platform.
       
   134         */
       
   135         IMPORT_C void CancelConnectingViaDiscreetPopup( );
   118 
   136 
   119         /**
   137         /**
   120         * Pops up a discreet popup indicating a connection error.
   138         * Pops up a discreet popup indicating a connection error.
   121         * Only appropriate error codes show the popup, otherwise
   139         * Only appropriate error codes show the popup.
   122         * (such as with general errors) the popup is not shown.
       
   123         * This method should only be used from the MPM in order to provide
   140         * This method should only be used from the MPM in order to provide
   124         * a consistent popup behavior across the platform.
   141         * a consistent popup behavior across the platform.
   125         * @param aErrCode Symbian error code.
   142         * @param aErrCode Symbian error code.
   126         */
   143         */
   127         IMPORT_C void ConnectionErrorDiscreetPopup( const TInt& aErrorCode );
   144         IMPORT_C void ConnectionErrorDiscreetPopup( const TInt& aErrorCode );