comparison OrthancServer/Sources/ServerJobs/Operations/DicomInstanceOperationValue.h @ 4305:8992faf451fc

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 17:02:42 +0100
parents 50b0c69b653a
children 2ae905070221
comparison
equal deleted inserted replaced
4304:50b0c69b653a 4305:8992faf451fc
52 context_(context), 52 context_(context),
53 id_(id) 53 id_(id)
54 { 54 {
55 } 55 }
56 56
57 virtual Type GetType() const 57 virtual Type GetType() const ORTHANC_OVERRIDE
58 { 58 {
59 return Type_DicomInstance; 59 return Type_DicomInstance;
60 } 60 }
61 61
62 ServerContext& GetServerContext() const 62 ServerContext& GetServerContext() const