comparison Core/HttpServer/HttpFileSender.h @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents 94f4a18a79cc
children
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
35 35
36 #include "HttpOutput.h" 36 #include "HttpOutput.h"
37 37
38 namespace Orthanc 38 namespace Orthanc
39 { 39 {
40 class HttpFileSender : public IHttpStreamAnswer 40 class ORTHANC_PUBLIC HttpFileSender : public IHttpStreamAnswer
41 { 41 {
42 private: 42 private:
43 std::string contentType_; 43 std::string contentType_;
44 std::string filename_; 44 std::string filename_;
45 45