Index: HDDefs.h =================================================================== diff -u -r40a2ff73c0ad734adbce4695e3404ce597087daf -r0eb8088552042670ec2b088456d64864095d5774 --- HDDefs.h (.../HDDefs.h) (revision 40a2ff73c0ad734adbce4695e3404ce597087daf) +++ HDDefs.h (.../HDDefs.h) (revision 0eb8088552042670ec2b088456d64864095d5774) @@ -749,10 +749,11 @@ /// Enumeration of generic confirmation. enum Generic_Confirm_Command { - GENERIC_CONFIRM_CMD_OPEN = 0, ///< Generic Confirm command to display the confirmation - GENERIC_CONFIRM_CMD_CLOSE = 1, ///< Generic Confirm command to hide the confirmation, due to timeout or successfully accepted user confirmation - GENERIC_CONFIRM_CMD_REJECT = 2, ///< Generic Confirm command to display the confirmation rejection in case the request in not valid/accepted anymore. - NUM_OF_GENERIC_CONFIRM_COMMAND , ///< Total number of generic confirm commands + 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. + 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