wlanutilities/wlansniffer/mainapplication/inc/wsfmainviewcontrollerif.h
branchRCL_3
changeset 20 858c6c491d0e
parent 0 56b72877c1cb
equal deleted inserted replaced
18:981afc7d3841 20:858c6c491d0e
    40          * Updates WLAN list with values passed as parameter
    40          * Updates WLAN list with values passed as parameter
    41          * @param aWlanArray list of WLAN
    41          * @param aWlanArray list of WLAN
    42          * @since S60 5.0
    42          * @since S60 5.0
    43          */
    43          */
    44         virtual void UpdateWlanListL( CWsfWlanInfoArray* aWlanArray ) = 0;
    44         virtual void UpdateWlanListL( CWsfWlanInfoArray* aWlanArray ) = 0;
       
    45 
       
    46         /**
       
    47          * Updates WLAN list with values passed as parameter
       
    48          * when the main view is in the background
       
    49          * @param aWlanArray list of WLAN
       
    50          * @since S60 5.2
       
    51          */
       
    52         virtual void UpdateWlanListInBackgroundL(
       
    53                 CWsfWlanInfoArray* aWlanArray ) = 0;
    45     
    54     
    46         /**
    55         /**
    47          * Request to refresh the mainview
    56          * Request to refresh the mainview
    48          * @since S60 5.0
    57          * @since S60 5.0
    49          */
    58          */