wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlanscanproviderinterface.h
changeset 17 41a8eba36f74
parent 14 00032b836e76
child 19 629e60dfa279
child 42 a828660c511c
equal deleted inserted replaced
14:00032b836e76 17:41a8eba36f74
    14 * Description:  This abstract class defines WLAN scan provider interface.
    14 * Description:  This abstract class defines WLAN scan provider interface.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 7 %
    19 * %version: 8 %
    20 */
    20 */
    21 
    21 
    22 
    22 
    23 #ifndef WLANSCANPROVIDERINTERFACE_H
    23 #ifndef WLANSCANPROVIDERINTERFACE_H
    24 #define WLANSCANPROVIDERINTERFACE_H
    24 #define WLANSCANPROVIDERINTERFACE_H
   118             { }
   118             { }
   119         
   119         
   120         };
   120         };
   121 
   121 
   122     /**
   122     /**
       
   123      * Destructor.
       
   124      */
       
   125     virtual ~MWlanBgScanProvider() {};
       
   126     
       
   127     /**
   123      * Called when Scan is complete.
   128      * Called when Scan is complete.
   124      *
   129      *
   125      * @since S60 v5.2
   130      * @since S60 v5.2
   126      */
   131      */
   127     virtual void ScanComplete() = 0;
   132     virtual void ScanComplete() = 0;