wlanutilities/wlansniffer/mainapplication/inc/wsfmainview.h
branchRCL_3
changeset 8 c2bc3f8c7777
parent 0 56b72877c1cb
child 18 981afc7d3841
--- 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;
+        
     };