satui/satapp/SATUIInc/CSatUiWaitDialog.h
branchCompilerCompatibility
changeset 9 b1a6ccd41bc9
parent 0 ff3b6d0fd310
equal deleted inserted replaced
6:76e20e0cfdc7 9:b1a6ccd41bc9
    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