Index: sources/model/td/adjustment/treatment/MTreatmentAdjustUltrafiltrationEditResponse.h =================================================================== diff -u -r3ba0ffbe79f453701c0e7f55e4dae72ca3e45142 -r38677167535b480612809a53d824b86e11b2e5f9 --- sources/model/td/adjustment/treatment/MTreatmentAdjustUltrafiltrationEditResponse.h (.../MTreatmentAdjustUltrafiltrationEditResponse.h) (revision 3ba0ffbe79f453701c0e7f55e4dae72ca3e45142) +++ sources/model/td/adjustment/treatment/MTreatmentAdjustUltrafiltrationEditResponse.h (.../MTreatmentAdjustUltrafiltrationEditResponse.h) (revision 38677167535b480612809a53d824b86e11b2e5f9) @@ -38,14 +38,8 @@ * | || * | #1:(U32) | \ref Data::mAccepted | * | #2:(U32) | \ref Data::mReason | - * | | | * | #3:(F32) | \ref Data::mVolume | - * | #4:(U32) | \ref Data::mDuration | - * | #5:(S32) | \ref Data::mDurationDiff | - * | | | - * | #6:(F32) | \ref Data::mRate | - * | #7:(F32) | \ref Data::mRateDiff | - * | #8:(F32) | \ref Data::mRateOld | + * | #4:(F32) | \ref Data::mRate | * * \sa Data * @@ -68,11 +62,7 @@ Types::U32 mAccepted ; Types::U32 mReason ; Types::F32 mVolume ; - Types::U32 mDuration ; - Types::S32 mDurationDiff ; Types::F32 mRate ; - Types::F32 mRateDiff ; - Types::F32 mRateOld ; } _data; public: @@ -87,11 +77,7 @@ 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 */ - qint32 mDurationDiff= 0; /*!< durationDiff value of type quint32 extracted out */ float mRate = 0; /*!< rate value of type float extracted out */ - float mRateDiff = 0; /*!< rateDiff value of type float extracted out */ - float mRateOld = 0; /*!< rateOld value of type float extracted out */ }; public: