connectionmonitoring/connectionmonitorui/inc/ConnectionInfoBase.h
changeset 2 086aae6fc07e
parent 0 5a93021fdf25
child 55 fc7b30ed2058
--- 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();