comparison OrthancFramework/Sources/HttpServer/HttpFileSender.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 fbc49a65340a
children db3932f9660d
comparison
equal deleted inserted replaced
4201:2d5209153b32 4202:2007ab69ac16
21 21
22 22
23 #pragma once 23 #pragma once
24 24
25 #include "HttpOutput.h" 25 #include "HttpOutput.h"
26 #include "../Compatibility.h" // For ORTHANC_OVERRIDE
26 27
27 namespace Orthanc 28 namespace Orthanc
28 { 29 {
29 class ORTHANC_PUBLIC HttpFileSender : public IHttpStreamAnswer 30 class ORTHANC_PUBLIC HttpFileSender : public IHttpStreamAnswer
30 { 31 {