diff -r 7117cbf1600a -r bddb6d4447db convergedconnectionhandler/cchclientapi/inc/cchuiconnectionhandler.h --- a/convergedconnectionhandler/cchclientapi/inc/cchuiconnectionhandler.h Fri Mar 12 15:42:09 2010 +0200 +++ b/convergedconnectionhandler/cchclientapi/inc/cchuiconnectionhandler.h Mon Mar 15 12:39:55 2010 +0200 @@ -120,6 +120,14 @@ * @param aIapId access point id to be removed */ void RemoveConnectionL( const TDesC& aServiceName, TInt aIapId ); + + /** + * Returns ETrue if wlan search (query) is ongoing. + * + * @since S60 5.0 + * @return ETrue if wlan search ongoing. + */ + TBool SearchWlanOngoing(); private: @@ -234,6 +242,11 @@ */ RConnectionMonitor iConnMon; + /** + * Flag for determining if search wlan search (query) is ongoing + */ + TBool iSearchWlanOngoing; + CCHUI_UNIT_TEST( UT_CchUi ) };