connectionmonitoring/connectionmonitorui/inc/ConnectionInfoBase.h
changeset 2 086aae6fc07e
parent 0 5a93021fdf25
child 55 fc7b30ed2058
equal deleted inserted replaced
1:40cb640ef159 2:086aae6fc07e
   191         * @return the status of connection 
   191         * @return the status of connection 
   192         */
   192         */
   193         TConnectionStatus GetStatus() const;
   193         TConnectionStatus GetStatus() const;
   194 
   194 
   195         /**
   195         /**
       
   196         * Refresh status of connection
       
   197         * @param aConnectionStatus new status of connection
       
   198         */
       
   199         void RefreshConnectionStatus( 
       
   200                                    const TInt aConnectionStatus );
       
   201 
       
   202         /**
   196         * Gives back the name of connection 
   203         * Gives back the name of connection 
   197         * @return the name of connection 
   204         * @return the name of connection 
   198         */
   205         */
   199         HBufC* GetNameLC() const;        
   206         HBufC* GetNameLC() const;        
   200         
   207         
   259         * Refresh status of connection
   266         * Refresh status of connection
   260         */
   267         */
   261         void RefreshConnectionStatus();
   268         void RefreshConnectionStatus();
   262 
   269 
   263         /**
   270         /**
   264         * Refresh status of connection
       
   265         * @param aConnectionStatus new status of connection
       
   266         */
       
   267         void RefreshConnectionStatus( 
       
   268                                    const TConnectionStatus aConnectionStatus );
       
   269 
       
   270         /**
       
   271         * Refresh amount of sent and received data of connection
   271         * Refresh amount of sent and received data of connection
   272         */
   272         */
   273         void RefreshSentReceivedDataL();
   273         void RefreshSentReceivedDataL();
   274 
   274 
   275         /**
   275         /**