diff -r 8b0eae1b1d71 -r 981afc7d3841 wlanutilities/wlansniffer/mainapplication/inc/wsfmainview.h --- 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; };