wlanutilities/wlansniffer/aihelper/inc/wsfaihelperdocument.h
branchRCL_3
changeset 12 981afc7d3841
parent 0 56b72877c1cb
equal deleted inserted replaced
11:8b0eae1b1d71 12:981afc7d3841
   126          * @since S60 5.0
   126          * @since S60 5.0
   127          * @return Reference to the wlaninfo used (ownership not passed)
   127          * @return Reference to the wlaninfo used (ownership not passed)
   128          */
   128          */
   129         inline TWsfWlanInfo& WlanInfo();
   129         inline TWsfWlanInfo& WlanInfo();
   130         
   130         
   131         /**
       
   132         * Returns whether Connect or Start Web browsing was selected
       
   133         * @since S60 5.0
       
   134         * @return ETrue if Connect was selected (browser doesn't need to be 
       
   135         *         launched, EFalse otherwise.
       
   136         */
       
   137         inline TBool ShouldConnectOnly();
       
   138         
       
   139         /**
       
   140         * Returns whether default connection should be used
       
   141         * @return ETrue if default should be used, EFalse otherwise.
       
   142         */
       
   143         inline TBool UseDefaultConnection();
       
   144         
       
   145     
   131     
   146     private:    // data
   132     private:    // data
   147     
   133     
   148         /**
   134         /**
   149          * Model object (owned)
   135          * Model object (owned)
   153         /**
   139         /**
   154          * Data of the currently used WLAN network
   140          * Data of the currently used WLAN network
   155          */
   141          */
   156         TWsfWlanInfo iWlanInfo;
   142         TWsfWlanInfo iWlanInfo;
   157         
   143         
   158         /**
       
   159          * Indicates whether Connect or Start Web browsing was selected
       
   160          */
       
   161         TBool iConnectOnly;
       
   162         
       
   163         /**
       
   164          * Indicates whether default connection should be used
       
   165          */
       
   166         TBool iUseDefaultConnection;
       
   167         
       
   168     };
   144     };
   169 
   145 
   170 
   146 
   171 #include "wsfaihelperdocument.inl"
   147 #include "wsfaihelperdocument.inl"
   172 
   148