comparison OrthancFramework/Sources/Images/JpegWriter.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 7112a8af0b63
children b30a8de92ad9
comparison
equal deleted inserted replaced
4201:2d5209153b32 4202:2007ab69ac16
29 #if ORTHANC_ENABLE_JPEG != 1 29 #if ORTHANC_ENABLE_JPEG != 1
30 # error JPEG support must be enabled to include this file 30 # error JPEG support must be enabled to include this file
31 #endif 31 #endif
32 32
33 #include "IImageWriter.h" 33 #include "IImageWriter.h"
34 #include "../Compatibility.h" // For ORTHANC_OVERRIDE
34 35
35 namespace Orthanc 36 namespace Orthanc
36 { 37 {
37 class ORTHANC_PUBLIC JpegWriter : public IImageWriter 38 class ORTHANC_PUBLIC JpegWriter : public IImageWriter
38 { 39 {