comparison Core/HttpServer/BufferHttpSender.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
34 34
35 #include "HttpFileSender.h" 35 #include "HttpFileSender.h"
36 36
37 namespace Orthanc 37 namespace Orthanc
38 { 38 {
39 class BufferHttpSender : public HttpFileSender 39 class ORTHANC_PUBLIC BufferHttpSender : public HttpFileSender
40 { 40 {
41 private: 41 private:
42 std::string buffer_; 42 std::string buffer_;
43 size_t position_; 43 size_t position_;
44 size_t chunkSize_; 44 size_t chunkSize_;