Index: TDDefs.h =================================================================== diff -u -r6b7b39ca05636f3c413b46934e90ac315fa1fb75 -r09de89816f4a24fc6d3aeeca969877d7316dbb7e --- TDDefs.h (.../TDDefs.h) (revision 6b7b39ca05636f3c413b46934e90ac315fa1fb75) +++ TDDefs.h (.../TDDefs.h) (revision 09de89816f4a24fc6d3aeeca969877d7316dbb7e) @@ -833,10 +833,11 @@ /// Enumeration of generic confirmation request type from TD to UI. enum Generic_Confirm_Command { - GENERIC_CONFIRM_CMD_REQUEST_OPEN = 0, ///< Generic Confirm command to display the confirmation - GENERIC_CONFIRM_CMD_TIMEOUT_CLOSE = 1, ///< Generic Confirm command to hide the confirmation, due to timeout user confirmation - GENERIC_CONFIRM_CMD_REJECT = 2, ///< Generic Confirm command to display the confirmation rejection in case the request in not valid/accepted anymore. - GENERIC_CONFIRM_CMD_ACCEPT_CLOSE = 3, ///< Generic Confirm command to hide the confirmation, due to accept user confirmation. + GENERIC_CONFIRM_CMD_REQUEST_OPEN = 0, ///< Generic Confirm command to display the confirmation + GENERIC_CONFIRM_CMD_TIMEOUT_CLOSE = 1, ///< Generic Confirm command to hide the confirmation, due to timeout user confirmation + GENERIC_CONFIRM_CMD_REJECT = 2, ///< Generic Confirm command to display the confirmation rejection in case the request in not valid/accepted anymore. + GENERIC_CONFIRM_CMD_ACCEPT_CLOSE = 3, ///< Generic Confirm command to hide the confirmation, due to accept user confirmation. + GENERIC_CONFIRM_CMD_REQUEST_INPR0GRESS = 4, NUM_OF_GENERIC_CONFIRM_COMMAND ///< Total number of generic confirm commands }; typedef enum Generic_Confirm_Command GENERIC_CONFIRM_COMMAND_T; ///< Type for generic confirm enumeration