comparison Core/HttpServer/FilesystemHttpSender.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
38 38
39 #include <fstream> 39 #include <fstream>
40 40
41 namespace Orthanc 41 namespace Orthanc
42 { 42 {
43 class FilesystemHttpSender : public HttpFileSender 43 class ORTHANC_PUBLIC FilesystemHttpSender : public HttpFileSender
44 { 44 {
45 private: 45 private:
46 std::ifstream file_; 46 std::ifstream file_;
47 uint64_t size_; 47 uint64_t size_;
48 std::string chunk_; 48 std::string chunk_;