diff -r 5fb7af913dfd -r a828660c511c wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlanbgscan.h --- a/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlanbgscan.h Thu Aug 19 11:40:48 2010 +0300 +++ b/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlanbgscan.h Tue Aug 31 17:02:06 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 10 % +* %version: 12 % */ #ifndef WLANBGSCAN_H @@ -93,7 +93,7 @@ * * @param aState New WLAN state */ - void WlanStateChanged( const MWlanBgScanProvider::TWlanBgScanWlanState &aState ); + void SetBgScanState( const MWlanBgScanProvider::TWlanBgScanState &aState ); /** * From MWlanBgScanProvider. @@ -114,20 +114,6 @@ void NotifyChangedSettings( MWlanBgScanProvider::TWlanBgScanSettings& aSettings ); /** - * From MAwsBgScanProvider. - * Set new background scan interval. - * Asynchronous method to set new background scan interval, executed in - * AWS thread context. - * - * @since S60 v5.2 - * @param aNewInterval new interval to be taken into use - * @param aStatus Status of the calling active object. On successful - * completion contains KErrNone, otherwise one of the - * system-wide error codes. - */ - void SetInterval( TUint32 aNewInterval, TRequestStatus& aReportStatus ); - - /** * From MWlanTimerServiceCallback. * OnTimeout. * Requested time has elapsed.