diff -r fcc46ca86405 -r 1cafec024f08 wlanutilities/wlansniffer/mainapplication/inc/wsfmainview.h --- a/wlanutilities/wlansniffer/mainapplication/inc/wsfmainview.h Fri Mar 05 17:04:37 2010 -0800 +++ b/wlanutilities/wlansniffer/mainapplication/inc/wsfmainview.h Sun Mar 14 12:52:52 2010 +0000 @@ -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; + };