Index: sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r7f976c0ffdc727ddb89c1fe11ad250cb724cc4ce --- sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h (.../VPostTreatmentAdjustPatientDisconnectionConfirm.h) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h (.../VPostTreatmentAdjustPatientDisconnectionConfirm.h) (revision 7f976c0ffdc727ddb89c1fe11ad250cb724cc4ce) @@ -18,6 +18,7 @@ // Project #include "main.h" // Doxygen : do not remove +#include "MPostTreatmentAdjustPatientDisconnectionConfirmResponse.h" #include "VAdjustmentResponseBase.h" namespace View { @@ -43,9 +44,10 @@ TRIGGER( bool , adjustment , 0) // disabled coco end - VIEW_DEC_CLASS(VPostTreatmentAdjustmentPatientDisconnectionConfirm) + VIEW_DEC_CLASS_ADJUSTMENT(VPostTreatmentAdjustmentPatientDisconnectionConfirm, AdjustPatientDisconnectionConfirmResponseData) public slots: + void doNotify (); void doConfirm(); signals: @@ -54,6 +56,7 @@ * \details the notification signal to send the user's Patient Disconnection confirm * \param vData - data model includes request information */ + void didAdjustment(const AdjustPatientDisconnectionNotifyRequestData &vData); void didAdjustment(const AdjustPatientDisconnectionConfirmRequestData &vData); }; }