convergedconnectionhandler/cchclientapi/inc/cchuiconnectionhandler.h
branchRCL_3
changeset 9 bddb6d4447db
parent 0 a4daefaec16c
child 16 df4dfb214df5
equal deleted inserted replaced
8:7117cbf1600a 9:bddb6d4447db
   118      * @since S60 5.0
   118      * @since S60 5.0
   119      * @param aServiceName service´s name
   119      * @param aServiceName service´s name
   120      * @param aIapId access point id to be removed
   120      * @param aIapId access point id to be removed
   121      */            
   121      */            
   122     void RemoveConnectionL( const TDesC& aServiceName, TInt aIapId );
   122     void RemoveConnectionL( const TDesC& aServiceName, TInt aIapId );
       
   123     
       
   124     /**
       
   125      * Returns ETrue if wlan search (query) is ongoing.
       
   126      *
       
   127      * @since S60 5.0
       
   128      * @return ETrue if wlan search ongoing.
       
   129      */ 
       
   130     TBool SearchWlanOngoing();
   123        
   131        
   124 private:
   132 private:
   125 
   133 
   126     CCchUiConnectionHandler(
   134     CCchUiConnectionHandler(
   127         CCchUiCchHandler& aCchUiCchHandler,
   135         CCchUiCchHandler& aCchUiCchHandler,
   232      * Handle to connection monitor. Required to resolve hidden/public status.
   240      * Handle to connection monitor. Required to resolve hidden/public status.
   233      * Own.
   241      * Own.
   234      */
   242      */
   235     RConnectionMonitor iConnMon;
   243     RConnectionMonitor iConnMon;
   236     
   244     
       
   245     /**
       
   246      * Flag for determining if search wlan search (query) is ongoing
       
   247      */
       
   248     TBool iSearchWlanOngoing;
       
   249     
   237     CCHUI_UNIT_TEST( UT_CchUi )
   250     CCHUI_UNIT_TEST( UT_CchUi )
   238     };
   251     };
   239 
   252 
   240 #endif // C_CCCHUICONNECTIONHANDLER_H
   253 #endif // C_CCCHUICONNECTIONHANDLER_H