wlanutilities/wlansniffer/engine/server/inc/wsfwlanconnectiondetailsprovider.h
changeset 2 6e4b6261703d
parent 0 56b72877c1cb
equal deleted inserted replaced
1:d07e190ed096 2:6e4b6261703d
    47         * @return ETrue if there is a connection and returned data is valid, 
    47         * @return ETrue if there is a connection and returned data is valid, 
    48         *         EFalse otherwise
    48         *         EFalse otherwise
    49         */ 
    49         */ 
    50         virtual TBool ConnectedWlanConnectionDetailsL( 
    50         virtual TBool ConnectedWlanConnectionDetailsL( 
    51                                                 TWsfWlanInfo* aWlanInfo ) = 0;
    51                                                 TWsfWlanInfo* aWlanInfo ) = 0;
       
    52         
       
    53         /**
       
    54         * Queries if there is an active WLAN connection.
       
    55         * @since S60 5.2
       
    56         * @return ETrue if there is an active WLAN connection, 
       
    57         *         EFalse otherwise.
       
    58         */ 
       
    59         virtual TBool IsConnected() = 0;
    52 
    60 
    53     };
    61     };
    54 
    62 
    55 #endif      //  M_WSFWLANCONNECTIONDETAILSPROVIDER_H
    63 #endif      //  M_WSFWLANCONNECTIONDETAILSPROVIDER_H
    56 
    64