diff -r 5a93021fdf25 -r 40cb640ef159 connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifInc/SelectWLANDlg.h --- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifInc/SelectWLANDlg.h Thu Dec 17 08:55:21 2009 +0200 +++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifInc/SelectWLANDlg.h Thu Jan 07 12:56:54 2010 +0200 @@ -62,8 +62,6 @@ * @return The value of iFromOkToExit. */ inline TBool GetOkToExit(); - - TBool NeedToDismissQueryL(const TKeyEvent& aKeyEvent); protected: @@ -97,6 +95,12 @@ */ void HandleResourceChange( TInt aType ); + /** + * from CCoeControl + * @param aKeyEvent Event to handled. + * @param aType Type of the key event. + * @return Response code (EKeyWasConsumed, EKeyWasNotConsumed). + */ TKeyResponse OfferKeyEventL( const TKeyEvent& aKeyEvent, TEventCode aType);