wlanutilities/wlansniffer/mainapplication/inc/wsfmainview.h
branchRCL_3
changeset 12 981afc7d3841
parent 8 c2bc3f8c7777
equal deleted inserted replaced
11:8b0eae1b1d71 12:981afc7d3841
   169         
   169         
   170         /**
   170         /**
   171         * Check if the Browser application is already running and 
   171         * Check if the Browser application is already running and 
   172         * using the selected connection.
   172         * using the selected connection.
   173         * @since S60 5.0 
   173         * @since S60 5.0 
   174         * @return EFalse if Start Web Browsing menu item should be shown
   174         * @return IapId that browser is using
   175         *         ETrue if Start Web Browsing menu item should not be shown
   175         */
   176         */
   176         TInt BrowserIapIdL();
   177         TBool IsBrowserUsingWlanL();
       
   178         
   177         
   179     private:
   178     private:
   180 
   179 
   181         /**
   180         /**
   182         * Main view's controller
   181         * Main view's controller
   199         * Indicates FSelectionKey is pressed or not.
   198         * Indicates FSelectionKey is pressed or not.
   200         */
   199         */
   201         TBool iSelectionKey;
   200         TBool iSelectionKey;
   202         
   201         
   203         /**
   202         /**
   204          * If Browser is using the WLAN connection or not.
   203          * IapId that browser is using
   205          */
   204          */
   206         TBool iIsBrowserUsingWlan;
   205         TInt iBrowserIapId;
   207         
   206         
   208     };
   207     };
   209 
   208 
   210 
   209 
   211 #endif // C_WSFMAINVIEW_H
   210 #endif // C_WSFMAINVIEW_H