--- a/connectionutilities/ConnectionDialogs/cconndlg/inc/IAPDialog.h Thu Dec 17 08:55:21 2009 +0200
+++ b/connectionutilities/ConnectionDialogs/cconndlg/inc/IAPDialog.h Thu Jan 07 12:56:54 2010 +0200
@@ -71,6 +71,15 @@
virtual TBool OkToExitL( TInt aButtonId );
/**
+ * 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);
+
+ /**
* Dialog refreshing
*/
void RefreshDialogL( CConnectionInfoArray* aIAP,