diff -r fcbbe021d614 -r 9c97ad6591ae ipcm_plat/connection_ui_utilities_api/inc/ConnectionUiUtilities.h --- a/ipcm_plat/connection_ui_utilities_api/inc/ConnectionUiUtilities.h Fri Apr 16 15:21:37 2010 +0300 +++ b/ipcm_plat/connection_ui_utilities_api/inc/ConnectionUiUtilities.h Mon May 03 12:53:07 2010 +0300 @@ -108,18 +108,35 @@ /** * Pops up discreet popup indicating that connection is being + * established to not yet known access point. The access point details + * can be later provided with ConnectingViaDiscreetPopup( aIAPId, + * aConnectionAlreadyActive) method. + * This method should only be used from the MPM in order to provide + * a consistent popup behavior across the platform. + */ + IMPORT_C void ConnectingViaDiscreetPopup( ); + + /** + * Pops up discreet popup indicating that connection is being * established to the given access point. * This method should only be used from the MPM in order to provide * a consistent popup behavior across the platform. * @param aIAPId The id of the access point. - * @param aConnectionActive is connection already active. + * @param aConnectionActive ETrue connection already active. */ - IMPORT_C void ConnectingViaDiscreetPopup( const TUint32& aIAPId, TBool aConnectionAlreadyActive ); + IMPORT_C void ConnectingViaDiscreetPopup( const TUint32& aIAPId, + TBool aConnectionAlreadyActive ); + + /** + * Cancels (hides) connecting via discreet popup. + * This method should only be used from the MPM in order to provide + * a consistent popup behavior across the platform. + */ + IMPORT_C void CancelConnectingViaDiscreetPopup( ); /** * Pops up a discreet popup indicating a connection error. - * Only appropriate error codes show the popup, otherwise - * (such as with general errors) the popup is not shown. + * Only appropriate error codes show the popup. * This method should only be used from the MPM in order to provide * a consistent popup behavior across the platform. * @param aErrCode Symbian error code.