Index: sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h =================================================================== diff -u -rf77d1595d633632cdedc5095a0cac07a7cca1251 -r8f8fc462e36e2ea9fbd236b86aaab5f048c17509 --- sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h (.../VPostTreatmentAdjustPatientDisconnectionConfirm.h) (revision f77d1595d633632cdedc5095a0cac07a7cca1251) +++ sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h (.../VPostTreatmentAdjustPatientDisconnectionConfirm.h) (revision 8f8fc462e36e2ea9fbd236b86aaab5f048c17509) @@ -46,6 +46,7 @@ VIEW_DEC_CLASS(VPostTreatmentAdjustmentPatientDisconnectionConfirm) public slots: + void doNotify (); void doConfirm(); signals: @@ -54,6 +55,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 AdjustPatientDisconnectionNotifyRequestData &vData); + void didAdjustment(const AdjustPatientDisconnectionConfirmRequestData &vData); }; }