diff -r dff6ebfd236f -r 8b0eae1b1d71 wlanutilities/wlansniffer/mainapplication/inc/wsfmaincontroller.h --- a/wlanutilities/wlansniffer/mainapplication/inc/wsfmaincontroller.h Fri Mar 12 15:48:54 2010 +0200 +++ b/wlanutilities/wlansniffer/mainapplication/inc/wsfmaincontroller.h Mon Mar 15 12:44:54 2010 +0200 @@ -253,9 +253,8 @@ /** * A WLAN connection has been established * @since S60 5.0 - * @param aAccesspointName The name of the active connection */ - void WlanConnectionActivatedL( const TDesC& aAccessPointName ); + void WlanConnectionActivatedL(); /** * A WLAN connection has been closed @@ -280,11 +279,18 @@ static void ReleaseSuppressingKeyEvents( TAny* aPtr ); /** + * Cleanup function to restore refresh state + * @since S60 5.2 + * @param aPtr Pointer for this class + */ + static void RestoreRefreshState( TAny* aPtr ); + + /** * Updates iap id to wlan list * @since S60 5.2 * @param aInfo reference of TWsfWlanInfo class */ - void UpdateIapIdToInfoArray( TWsfWlanInfo & aInfo ); + void UpdateIapIdToInfoArrayL( TWsfWlanInfo & aInfo ); private: // Data