connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/wlanpowersavetest.cpp
--- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/wlanpowersavetest.cpp Thu Dec 17 08:55:21 2009 +0200
+++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/wlanpowersavetest.cpp Thu Jan 07 12:56:54 2010 +0200
@@ -100,9 +100,9 @@
{
CLOG_ENTERFN( "CWlanPowerSaveQuery::OfferKeyEventL" );
TInt code = aKeyEvent.iCode;
-
+
switch ( code )
- {
+ {
case EKeyUpArrow:
case EKeyDownArrow:
{
@@ -192,19 +192,4 @@
CLOG_LEAVEFN( "CWlanPowerSaveQuery::TryExitL" );
}
-// ---------------------------------------------------------
-// CWlanPowerSaveQuery::NeedToDismissQueryL
-// ---------------------------------------------------------
-//
-TBool CWlanPowerSaveQuery::NeedToDismissQueryL(const TKeyEvent& aKeyEvent)
- {
- if (aKeyEvent.iCode == EKeyPhoneSend)
- {
- TryExitL(EEikBidCancel);
- return ETrue;
- }
-
- return EFalse;
- }
-
// End of File