wlanutilities/wlansniffer/aihelper/inc/wsfaihelperdocument.h
branchRCL_3
changeset 12 981afc7d3841
parent 0 56b72877c1cb
--- a/wlanutilities/wlansniffer/aihelper/inc/wsfaihelperdocument.h	Mon Mar 15 12:44:54 2010 +0200
+++ b/wlanutilities/wlansniffer/aihelper/inc/wsfaihelperdocument.h	Wed Mar 31 23:17:49 2010 +0300
@@ -128,20 +128,6 @@
          */
         inline TWsfWlanInfo& WlanInfo();
         
-        /**
-        * Returns whether Connect or Start Web browsing was selected
-        * @since S60 5.0
-        * @return ETrue if Connect was selected (browser doesn't need to be 
-        *         launched, EFalse otherwise.
-        */
-        inline TBool ShouldConnectOnly();
-        
-        /**
-        * Returns whether default connection should be used
-        * @return ETrue if default should be used, EFalse otherwise.
-        */
-        inline TBool UseDefaultConnection();
-        
     
     private:    // data
     
@@ -155,16 +141,6 @@
          */
         TWsfWlanInfo iWlanInfo;
         
-        /**
-         * Indicates whether Connect or Start Web browsing was selected
-         */
-        TBool iConnectOnly;
-        
-        /**
-         * Indicates whether default connection should be used
-         */
-        TBool iUseDefaultConnection;
-        
     };