Index: sources/ApplicationController.h =================================================================== diff -u -r5a9b7ff46df9cecc258f7cb18019a51bca76bce3 -rc70ae33e19c08779ce89e2f1728f2d1af7b5c100 --- sources/ApplicationController.h (.../ApplicationController.h) (revision 5a9b7ff46df9cecc258f7cb18019a51bca76bce3) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision c70ae33e19c08779ce89e2f1728f2d1af7b5c100) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2020-2023 Diality Inc. - All Rights Reserved. + * Copyright (c) 2020-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 ApplicationController.h - * \author (last) Behrouz NematiPour - * \date (last) 14-Aug-2023 + * \author (last) Dara Navaei + * \date (last) 26-Mar-2024 * \author (original) Behrouz NematiPour * \date (original) 26-Aug-2020 * @@ -83,6 +83,7 @@ void postDoneRequest(); void versionsRequest(); + void institutionalRequest(); void alarmTrigger (Gui::GuiAlarmID vAlarmID, bool vSend = false, bool vSingle = false);