connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/OfflineWlanNoteDlg.cpp
equal
deleted
inserted
replaced
88 CCoeEnv::Static()->AppUi() )->SuppressAppSwitching( ETrue ); |
88 CCoeEnv::Static()->AppUi() )->SuppressAppSwitching( ETrue ); |
89 iExpiryTimer = CExpiryTimer::NewL( *this ); |
89 iExpiryTimer = CExpiryTimer::NewL( *this ); |
90 iExpiryTimer->Start(); |
90 iExpiryTimer->Start(); |
91 } |
91 } |
92 |
92 |
93 // --------------------------------------------------------- |
|
94 // COfflineWlanNoteDlg::NeedToDismissQueryL |
|
95 // --------------------------------------------------------- |
|
96 // |
|
97 TBool COfflineWlanNoteDlg::NeedToDismissQueryL(const TKeyEvent& aKeyEvent) |
|
98 { |
|
99 if (aKeyEvent.iCode == EKeyPhoneSend) |
|
100 { |
|
101 TryExitL(EEikBidCancel); |
|
102 return ETrue; |
|
103 } |
|
104 |
|
105 return EFalse; |
|
106 } |
|
107 |
|
108 |
93 |
109 void COfflineWlanNoteDlg::HandleTimedOut() |
94 void COfflineWlanNoteDlg::HandleTimedOut() |
110 { |
95 { |
111 TRAP_IGNORE( TryExitL(EAknSoftkeyCancel) ); |
96 TRAP_IGNORE( TryExitL(EAknSoftkeyCancel) ); |
112 } |
97 } |