diff -r 40cb640ef159 -r 086aae6fc07e connectionmonitoring/connectionmonitorui/inc/ConnectionInfoBase.h --- a/connectionmonitoring/connectionmonitorui/inc/ConnectionInfoBase.h Thu Jan 07 12:56:54 2010 +0200 +++ b/connectionmonitoring/connectionmonitorui/inc/ConnectionInfoBase.h Mon Jan 18 20:33:49 2010 +0200 @@ -193,6 +193,13 @@ TConnectionStatus GetStatus() const; /** + * Refresh status of connection + * @param aConnectionStatus new status of connection + */ + void RefreshConnectionStatus( + const TInt aConnectionStatus ); + + /** * Gives back the name of connection * @return the name of connection */ @@ -261,13 +268,6 @@ void RefreshConnectionStatus(); /** - * Refresh status of connection - * @param aConnectionStatus new status of connection - */ - void RefreshConnectionStatus( - const TConnectionStatus aConnectionStatus ); - - /** * Refresh amount of sent and received data of connection */ void RefreshSentReceivedDataL();