Index: sources/model/td/adjustment/treatment/MTreatmentAdjustUltrafiltrationConfirmResponse.h =================================================================== diff -u -raa03f07a386a12895435facfff9f4bff9f7a45f0 -r48343520806859178923efdcca8a95f6af8599e9 --- sources/model/td/adjustment/treatment/MTreatmentAdjustUltrafiltrationConfirmResponse.h (.../MTreatmentAdjustUltrafiltrationConfirmResponse.h) (revision aa03f07a386a12895435facfff9f4bff9f7a45f0) +++ sources/model/td/adjustment/treatment/MTreatmentAdjustUltrafiltrationConfirmResponse.h (.../MTreatmentAdjustUltrafiltrationConfirmResponse.h) (revision 48343520806859178923efdcca8a95f6af8599e9) @@ -37,10 +37,6 @@ * | || * | #1:(U32) | \ref Data::mAccepted | * | #2:(U32) | \ref Data::mReason | - * | | | - * | #3:(F32) | \ref Data::mVolume | - * | #4:(U32) | \ref Data::mDuration | - * | #5:(F32) | \ref Data::mRate | * * \sa Data * @@ -62,20 +58,12 @@ struct Data { bool mAccepted = 0; /*!< Accepted value of type quint32 extracted out */ quint32 mReason = 0; /*!< Reason value of type quint32 extracted out */ - - float mVolume = 0; /*!< volume value of type float extracted out */ - quint32 mDuration = 0; /*!< duration value of type quint32 extracted out */ - float mRate = 0; /*!< rate value of type float extracted out */ }; protected: struct _Data { Types::U32 mAccepted ; Types::U32 mReason ; - - Types::F32 mVolume ; - Types::U32 mDuration ; - Types::F32 mRate ; } _data; public: