bearermanagement/mpm/inc/mpmcommsdataccess.h
branchRCL_3
changeset 62 bb1f80fb7db2
parent 58 83ca720e2b9a
child 69 cf1b3ddbe9a1
equal deleted inserted replaced
58:83ca720e2b9a 62:bb1f80fb7db2
   298         * whether IAP is WLAN or Easy WLAN
   298         * whether IAP is WLAN or Easy WLAN
   299         */
   299         */
   300         TWlanIapType CheckWlanL( TUint32 aIapId ) const;
   300         TWlanIapType CheckWlanL( TUint32 aIapId ) const;
   301 
   301 
   302         /**
   302         /**
       
   303         * Checks if given IAP is TUN driver IAP.
       
   304         * @since S^3
       
   305         * @param aIapId IAP Id.
       
   306         * @return True if given IAP is TUN driver IAP, false otherwise.
       
   307         */
       
   308 		TBool IsTunDriverIap( TUint32 aIapId ) const;
       
   309 
       
   310         /**
   303         * Removes categorised IAPs from the list of available IAPs.
   311         * Removes categorised IAPs from the list of available IAPs.
   304         * @since 3.2
   312         * @since 3.2
   305         * @param aIAPList List of IAPs
   313         * @param aIAPList List of IAPs
   306         */
   314         */
   307         void RemoveCategorisedIapsL( RAvailableIAPList& aIAPList );
   315         void RemoveCategorisedIapsL( RAvailableIAPList& aIAPList );