Index: sources/model/td/adjustment/treatment/MTreatmentAdjustDurationConfirmResponse.h =================================================================== diff -u -r3000579296b1baa02f21dbe44e27f1c7e56e3821 -r48343520806859178923efdcca8a95f6af8599e9 --- sources/model/td/adjustment/treatment/MTreatmentAdjustDurationConfirmResponse.h (.../MTreatmentAdjustDurationConfirmResponse.h) (revision 3000579296b1baa02f21dbe44e27f1c7e56e3821) +++ sources/model/td/adjustment/treatment/MTreatmentAdjustDurationConfirmResponse.h (.../MTreatmentAdjustDurationConfirmResponse.h) (revision 48343520806859178923efdcca8a95f6af8599e9) @@ -37,10 +37,6 @@ * | || * | #1:(U32) | \ref Data::mAccepted | * | #2:(U32) | \ref Data::mReason | - * | | | - * | #4:(U32) | \ref Data::mDuration | - * | #3:(F32) | \ref Data::mUFVolumeGoal | - * | #5:(F32) | \ref Data::mUFRate | * * \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 */ - - quint32 mDuration = 0; /*!< duration value of type quint32 extracted out */ - float mUFVolumeGoal = 0; /*!< UF volume goal value of type float extracted out */ - float mUFRate = 0; /*!< UF rate value of type float extracted out */ }; protected: struct _Data { Types::U32 mAccepted ; Types::U32 mReason ; - - Types::U32 mDuration ; - Types::F32 mUFVolumeGoal ; - Types::F32 mUFRate ; } _data; public: