wlanutilities/wlansniffer/engine/server/inc/wsfwlanscanintervalchangeobserver.h
branchRCL_3
changeset 25 f28ada11abbf
parent 0 56b72877c1cb
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
       
     1 /*
       
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Class header for MWsfWlanScanIntervalChangeObserver
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef M_WSFWLANSCANINTERVALCHANGEOBSERVER_H
       
    20 #define M_WSFWLANSCANINTERVALCHANGEOBSERVER_H
       
    21 
       
    22 //  EXTERNAL INCLUDES
       
    23 #include <e32def.h>
       
    24 
       
    25 //  CLASS DEFINITION
       
    26 /**
       
    27 * Class acts as an interface for the class monitoring the background scan 
       
    28 * interval to notify its clients of changes in that property.
       
    29 * 
       
    30 * @since S60 5.0
       
    31 */
       
    32 class MWsfWlanScanIntervalChangeObserver
       
    33     {
       
    34     public:     // Abstract methods
       
    35         /**
       
    36         * Called when the value of the background scan interval or the
       
    37         * show availability flag has been changed
       
    38         * @since S60 5.0
       
    39         * @param aNewScanInterval The new value for the scan interval
       
    40         * @param aShowAvailability The new value for the 
       
    41         *                          Show WLAN availability flag
       
    42         */
       
    43         virtual void WlanScanIntervalChangedL( TUint aNewScanInterval,
       
    44                                                TBool aShowAvailability ) = 0;
       
    45        
       
    46     };
       
    47 
       
    48 #endif      //  M_WSFWLANSCANINTERVALCHANGEOBSERVER_H
       
    49 
       
    50 // End of file