Index: sources/model/MModel.h =================================================================== diff -u -r8f8fc462e36e2ea9fbd236b86aaab5f048c17509 -r7f976c0ffdc727ddb89c1fe11ad250cb724cc4ce --- sources/model/MModel.h (.../MModel.h) (revision 8f8fc462e36e2ea9fbd236b86aaab5f048c17509) +++ sources/model/MModel.h (.../MModel.h) (revision 7f976c0ffdc727ddb89c1fe11ad250cb724cc4ce) @@ -131,6 +131,7 @@ // Post-Treatment #include "MPostTreatmentAdjustRequests.h" +#include "MPostTreatmentAdjustPatientDisconnectionConfirmResponse.h" #include "MPostTreatmentAdjustDisposablesRemovalConfirmResponse.h" // Treatment Log #include "MPostTreatmentAdjustTreatmentLogResponse.h" @@ -410,6 +411,7 @@ \ /* Response */ \ /* Post-Treatment */ \ + REGISTER_METATYPE( AdjustPatientDisconnectionConfirmResponseData ) \ REGISTER_METATYPE( AdjustDisposablesRemovalConfirmResponseData ) \ REGISTER_METATYPE( AdjustTreatmentLogResponseData ) \ /* Pre-Treatment */ \ @@ -540,6 +542,7 @@ ACTION_RECEIVE_BRIDGE_CONNECTION(vSOURCE, PreTreatmentDisposablesPrimeData ) \ /* Response */ \ /* Post-Treatment */ \ + ACTION_RECEIVE_BRIDGE_CONNECTION(vSOURCE, AdjustPatientDisconnectionConfirmResponseData ) \ ACTION_RECEIVE_BRIDGE_CONNECTION(vSOURCE, AdjustDisposablesRemovalConfirmResponseData ) \ ACTION_RECEIVE_BRIDGE_CONNECTION(vSOURCE, AdjustTreatmentLogResponseData ) \ /* Pre-Treatment */ \ @@ -730,6 +733,7 @@ ACTION_RECEIVE_BRIDGE_DEFINITION( PreTreatmentDisposablesPrimeData ) \ /* Response */ \ /* Post-Treatment */ \ + ACTION_RECEIVE_BRIDGE_DEFINITION( AdjustPatientDisconnectionConfirmResponseData ) \ ACTION_RECEIVE_BRIDGE_DEFINITION( AdjustDisposablesRemovalConfirmResponseData ) \ ACTION_RECEIVE_BRIDGE_DEFINITION( AdjustTreatmentLogResponseData ) \ /* Pre-Treatment */ \ @@ -1019,6 +1023,7 @@ ACTION_RECEIVE_SIGNAL( PreTreatmentDisposablesPrimeData ) \ /* Response */ \ /* Post-Treatment */ \ + ACTION_RECEIVE_SIGNAL( AdjustPatientDisconnectionConfirmResponseData ) \ ACTION_RECEIVE_SIGNAL( AdjustDisposablesRemovalConfirmResponseData ) \ ACTION_RECEIVE_SIGNAL( AdjustTreatmentLogResponseData ) \ /* Pre-Treatment */ \