Mercurial > hg > orthanc-education
changeset 73:4d91c42e9dbc OrthancEducation-1.1
hotfix compatibility of orthanc-education 1.1 against Orthanc framework 1.12.10
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Tue, 06 Jan 2026 11:04:20 +0100 |
| parents | eeab8c59b6f8 |
| children | 708ad81e971c |
| files | Sources/Dicomization/DicomizationJob.h |
| diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Sources/Dicomization/DicomizationJob.h Fri Nov 07 18:22:49 2025 +0100 +++ b/Sources/Dicomization/DicomizationJob.h Tue Jan 06 11:04:20 2026 +0100 @@ -99,6 +99,12 @@ virtual void SetUserData(const Json::Value& userData) ORTHANC_OVERRIDE; #endif +#if ORTHANC_FRAMEWORK_VERSION_IS_ABOVE(1, 12, 10) + virtual void LookupErrorPayload(Orthanc::ErrorPayload&) const ORTHANC_OVERRIDE + { + } +#endif + static Orthanc::JobsEngine& GetJobsEngine(); static void FinalizeJobsEngine();
