Index: sources/gui/GuiGlobals.h =================================================================== diff -u -r86acb3c49bfc7c4ed8fc860d895c0603b4816b3a -r13e65c3d271d503c2e2e2f1f20736652c470f8cc --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 86acb3c49bfc7c4ed8fc860d895c0603b4816b3a) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 13e65c3d271d503c2e2e2f1f20736652c470f8cc) @@ -303,6 +303,10 @@ Q_ENUM(Request_Reject_Reasons) #include "HDDefs.h" + // Confirm + Q_ENUM(Generic_Confirm_Id) + Q_ENUM(Generic_Confirm_Command) + // Q_ENUM(HD_POST_States) Q_ENUM(HD_Op_Modes) Q_ENUM(HD_Standby_States) @@ -371,6 +375,9 @@ typedef GuiActions::Alarm_Data_Types GuiAlarmDataTypes; typedef GuiActions::Request_Reject_Reasons GuiRequestReasons; + // confirm + typedef GuiActions::Generic_Confirm_Id GuiConfirmId; + typedef GuiActions::Generic_Confirm_Command GuiConfirmCommand; // POST typedef GuiActions::HD_POST_States GuiHDPOSTStates; typedef GuiActions::DG_POST_States GuiDGPOSTStates;