wlanutilities/wlansniffer/mainapplication/inc/wsfmainview.h
branchRCL_3
changeset 12 981afc7d3841
parent 8 c2bc3f8c7777
--- a/wlanutilities/wlansniffer/mainapplication/inc/wsfmainview.h	Mon Mar 15 12:44:54 2010 +0200
+++ b/wlanutilities/wlansniffer/mainapplication/inc/wsfmainview.h	Wed Mar 31 23:17:49 2010 +0300
@@ -171,10 +171,9 @@
         * Check if the Browser application is already running and 
         * using the selected connection.
         * @since S60 5.0 
-        * @return EFalse if Start Web Browsing menu item should be shown
-        *         ETrue if Start Web Browsing menu item should not be shown
+        * @return IapId that browser is using
         */
-        TBool IsBrowserUsingWlanL();
+        TInt BrowserIapIdL();
         
     private:
 
@@ -201,9 +200,9 @@
         TBool iSelectionKey;
         
         /**
-         * If Browser is using the WLAN connection or not.
+         * IapId that browser is using
          */
-        TBool iIsBrowserUsingWlan;
+        TInt iBrowserIapId;
         
     };