Index: TDDefs.h =================================================================== diff -u -rb996d78f936b7e10ba3d427bb97ec3d7dd44d396 -rda175684273b1709b2ea70334cb7af7c3698d558 --- TDDefs.h (.../TDDefs.h) (revision b996d78f936b7e10ba3d427bb97ec3d7dd44d396) +++ TDDefs.h (.../TDDefs.h) (revision da175684273b1709b2ea70334cb7af7c3698d558) @@ -771,15 +771,16 @@ typedef enum Generic_Confirm_Id GENERIC_CONFIRM_ID_T; ///< Type for generic confirm enumeration /// List of confirmation request status -typedef enum Confirmation_Status +enum Confirmation_Status { CONFIRMATION_REQUEST_STATUS_REJECTED = 0, ///< Confirmation status rejected CONFIRMATION_REQUEST_STATUS_ACCEPTED, ///< Confirmation status accepted CONFIRMATION_REQUEST_STATUS_TIMEOUT, ///< Confirmation status timeout CONFIRMATION_REQUEST_STATUS_PENDING, ///< Confirmation status pending response CONFIRMATION_REQUEST_STATUS_UNUSED, ///< Confirmation status Unused NUM_OF_CONFIRMATION_REQUEST_STATUS ///< Number of confirmation status -} CONFIRMATION_REQUEST_STATUS_T; +}; +typedef enum Confirmation_Status CONFIRMATION_REQUEST_STATUS_T; /**@}*/