Index: sources/model/hd/alarm/MAlarmActiveList.h =================================================================== diff -u -rb3eb8bc9696c4db9867ad1cf13b47c455a94e0fe -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/model/hd/alarm/MAlarmActiveList.h (.../MAlarmActiveList.h) (revision b3eb8bc9696c4db9867ad1cf13b47c455a94e0fe) +++ sources/model/hd/alarm/MAlarmActiveList.h (.../MAlarmActiveList.h) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * Copyright (c) 2021-2024 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * \file MActiveList.h + * \file MAlarmActiveList.h * \author (last) Behrouz NematiPour - * \date (last) 15-May-2021 + * \date (last) 18-Apr-2022 * \author (original) Behrouz NematiPour * \date (original) 15-May-2021 * @@ -43,12 +43,12 @@ */ class MAlarmActiveListReq : public MModel { public: - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({}); } - // coco end + // disabled coco end static QString toString(const QVariantList &vParameters) { return MModel::toString("AlarmActiveList", vParameters); }