comparison OrthancServer/Plugins/Engine/PluginsJob.h @ 4202:2007ab69ac16

moving ORTHANC_FORCE_INLINE and ORTHANC_OVERRIDE from Enumerations.h to Compatibility.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 08:35:11 +0200
parents 05b8fd21089c
children 318c16cfccab
comparison
equal deleted inserted replaced
4201:2d5209153b32 4202:2007ab69ac16
33 33
34 #pragma once 34 #pragma once
35 35
36 #if ORTHANC_ENABLE_PLUGINS == 1 36 #if ORTHANC_ENABLE_PLUGINS == 1
37 37
38 #include "../../../OrthancFramework/Sources/Compatibility.h" // For ORTHANC_OVERRIDE
38 #include "../../../OrthancFramework/Sources/JobsEngine/IJob.h" 39 #include "../../../OrthancFramework/Sources/JobsEngine/IJob.h"
39 #include "../Include/orthanc/OrthancCPlugin.h" 40 #include "../Include/orthanc/OrthancCPlugin.h"
40 41
41 namespace Orthanc 42 namespace Orthanc
42 { 43 {