Index: sources/model/td/adjustment/treatment/MTreatmentAdjustIsolatedUFDurationEditResponse.h =================================================================== diff -u -rbd8d4a0e4e5a34b3187f4b472f1eb385d2a24046 -r0a9e9579c7481eb5e0900fe604cac7bba6bb86ca --- sources/model/td/adjustment/treatment/MTreatmentAdjustIsolatedUFDurationEditResponse.h (.../MTreatmentAdjustIsolatedUFDurationEditResponse.h) (revision bd8d4a0e4e5a34b3187f4b472f1eb385d2a24046) +++ sources/model/td/adjustment/treatment/MTreatmentAdjustIsolatedUFDurationEditResponse.h (.../MTreatmentAdjustIsolatedUFDurationEditResponse.h) (revision 0a9e9579c7481eb5e0900fe604cac7bba6bb86ca) @@ -35,9 +35,9 @@ * * | Payload || * | || - * | #1:(U32) | \ref Data::mAccepted | - * | #2:(U32) | \ref Data::mReason | - * | #3:(U32) | \ref Data::mVolumeGoalMax | + * | #1:(U32) | \ref Data::mAccepted | + * | #2:(U32) | \ref Data::mReason | + * | #3:(U32) | \ref Data::mVolumeMax | * * \sa Data * @@ -61,16 +61,16 @@ // The struct here is just the values not in correct order // since has been inherited from the confirm to borrow some struct variables. struct Data { - bool mAccepted = 0; /*!< Accepted value of type quint32 extracted out */ - quint32 mReason = 0; /*!< Reason value of type quint32 extracted out */ - quint32 mVolumeGoalMax = 0; /*!< volume goal max value of type quint32 extracted out */ + bool mAccepted = 0; /*!< Accepted value of type quint32 extracted out */ + quint32 mReason = 0; /*!< Reason value of type quint32 extracted out */ + quint32 mVolumeMax = 0; /*!< volume goal max value of type quint32 extracted out */ }; private: struct _Data { - Types::U32 mAccepted ; - Types::U32 mReason ; - Types::U32 mVolumeGoalMax ; + Types::U32 mAccepted ; + Types::U32 mReason ; + Types::U32 mVolumeMax ; } _data; public: