wlanutilities/wlansniffer/aiplugin/inc/wsfaipublishobserver.h
branchRCL_3
changeset 12 981afc7d3841
parent 0 56b72877c1cb
child 16 61c93568468d
equal deleted inserted replaced
11:8b0eae1b1d71 12:981afc7d3841
    40     */
    40     */
    41     virtual void PublishContentL( CArrayFix< TInt >* aPublishIconArray,
    41     virtual void PublishContentL( CArrayFix< TInt >* aPublishIconArray,
    42                                   CEikLabel* aText1 ) = 0;
    42                                   CEikLabel* aText1 ) = 0;
    43     
    43     
    44     /**
    44     /**
    45     * Sets signal strenght and the security string
       
    46     * @since S60 5.0  
       
    47     * @param aStrength siganl strength string
       
    48     * @param aSecure security string
       
    49     */
       
    50     virtual void SetStrengthAndSecure( TDesC* aStrength, 
       
    51                                        TDesC* aSecure ) = 0;
       
    52     
       
    53     /**
       
    54     * Sets Scanning status on/off.
    45     * Sets Scanning status on/off.
    55     * @since S60 5.0
    46     * @since S60 5.0
    56     * @param aScanState Scanning satus flag
    47     * @param aScanState Scanning satus flag
    57     */
    48     */
    58     virtual void SetScanningState( TBool aScanState ) = 0;
    49     virtual void SetScanningState( TBool aScanState ) = 0;
    63     * @param aScanState Refreshing status flag
    54     * @param aScanState Refreshing status flag
    64     */
    55     */
    65     virtual void SetRefreshingL( TBool aRefreshing ) = 0;
    56     virtual void SetRefreshingL( TBool aRefreshing ) = 0;
    66     
    57     
    67     /**
    58     /**
    68     * Sets refreshing status on/off.
    59     * Sets connecting status on.
    69     * @since S60 5.0
    60     * @since S60 5.0
    70     * @param aScanState Refreshing status flag
    61     * @param aScanState Refreshing status flag
    71     */
    62     */
    72     virtual void StartConnectingL() = 0;
    63     virtual void StartConnectingL() = 0;
    73     
    64