diff -r 107412708b22 -r c2bc3f8c7777 wlanutilities/wlansniffer/mainapplication/inc/wsfmainview.h --- a/wlanutilities/wlansniffer/mainapplication/inc/wsfmainview.h Wed Feb 03 12:16:50 2010 +0000 +++ b/wlanutilities/wlansniffer/mainapplication/inc/wsfmainview.h Fri Feb 19 23:55:42 2010 +0200 @@ -154,13 +154,18 @@ */ MWsfMainViewControllerIf& Controller(); - /* + /** * Sets the iSelectionKey True * @since S60 5.0 */ void SelectionKeyPressed(); - - private: + + /** + * Checks if Browser is using the active WLAN connection + */ + void UpdateBrowserUsageInfoL(); + + private: //New functions /** * Check if the Browser application is already running and @@ -169,7 +174,7 @@ * @return EFalse if Start Web Browsing menu item should be shown * ETrue if Start Web Browsing menu item should not be shown */ - TBool StartWebBrowsingVisibleL(); + TBool IsBrowserUsingWlanL(); private: @@ -194,6 +199,12 @@ * Indicates FSelectionKey is pressed or not. */ TBool iSelectionKey; + + /** + * If Browser is using the WLAN connection or not. + */ + TBool iIsBrowserUsingWlan; + };