connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifInc/wlanpowersavetest.h
equal
deleted
inserted
replaced
85 * itself. |
85 * itself. |
86 * |
86 * |
87 * @param aButtonId The id of the pressed button. |
87 * @param aButtonId The id of the pressed button. |
88 */ |
88 */ |
89 void TryExitL( TInt aButtonId ); |
89 void TryExitL( TInt aButtonId ); |
90 |
|
91 /** |
|
92 * Called by OfferkeyEventL(), gives a change to dismiss the query even with |
|
93 * keys different than Enter of Ok. |
|
94 * @param aKeyEvent has the key event details |
|
95 * @return whether to dismiss the dialog or not. |
|
96 */ |
|
97 TBool NeedToDismissQueryL( const TKeyEvent& aKeyEvent ); |
|
98 |
90 |
99 private: |
91 private: |
100 /** |
92 /** |
101 * PreLayoutDynInitL |
93 * PreLayoutDynInitL |
102 * @param - |
94 * @param - |