Index: sources/gui/GuiGlobals.h =================================================================== diff -u -r667baa15f6fc3a9438dae68ded8cee26c2ca7450 -rb50431293b0690d6071f0fd58044880909cef01d --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 667baa15f6fc3a9438dae68ded8cee26c2ca7450) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision b50431293b0690d6071f0fd58044880909cef01d) @@ -280,6 +280,7 @@ Q_ENUM(Request_Reject_Reasons) #include "HDDefs.h" + Q_ENUM(HD_POST_States) Q_ENUM(HD_Op_Modes) Q_ENUM(HD_Standby_States) // Treatment @@ -324,6 +325,7 @@ Q_ENUM(DG_Disinfect_States) #include "DGDefs.h" + Q_ENUM(DG_POST_States) Q_ENUM(DG_Op_Modes) Q_ENUM(DG_Flush_UI_States) Q_ENUM(DG_Heat_UI_States) @@ -341,6 +343,9 @@ typedef GuiActions::Alarm_Data_Types GuiAlarmDataTypes; typedef GuiActions::Request_Reject_Reasons GuiRequestReasons; + // POST + typedef GuiActions::HD_POST_States GuiHDPOSTStates; + typedef GuiActions::DG_POST_States GuiDGPOSTStates; // operation mode typedef GuiActions::HD_Op_Modes GuiHDOpModes; typedef GuiActions::DG_Op_Modes GuiDGOpModes;