equal
deleted
inserted
replaced
56 * From @c CEikDialog. |
56 * From @c CEikDialog. |
57 * Handles a dialog button press for the specified button. |
57 * Handles a dialog button press for the specified button. |
58 * @param aButtonId The ID of the button that was activated |
58 * @param aButtonId The ID of the button that was activated |
59 * @return ETrue to validate and exit the dialog |
59 * @return ETrue to validate and exit the dialog |
60 */ |
60 */ |
61 TBool CSatUiWaitDialog::OkToExitL( TInt aButtonId ); |
61 TBool OkToExitL( TInt aButtonId ); |
62 |
62 |
63 private: // Data |
63 private: // Data |
64 |
64 |
65 // Reference to adapter. Used to inform SAT Client if user |
65 // Reference to adapter. Used to inform SAT Client if user |
66 // presses Cancel during dialog is showing |
66 // presses Cancel during dialog is showing |