comparison OrthancFramework/Sources/HttpServer/FilesystemHttpSender.h @ 4348:93c281752e7a

reintroduced backward ABI compatibility in Orthanc Framework .so for unit tests of Orthanc 1.7.2 to 1.8.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 06 Dec 2020 12:21:31 +0100
parents 0a4347203a7e
children d9473bd5ed43
comparison
equal deleted inserted replaced
4347:3dffe8f7af48 4348:93c281752e7a
35 std::ifstream file_; 35 std::ifstream file_;
36 uint64_t size_; 36 uint64_t size_;
37 std::string chunk_; 37 std::string chunk_;
38 size_t chunkSize_; 38 size_t chunkSize_;
39 39
40 void Initialize(const boost::filesystem::path& path) ORTHANC_LOCAL; 40 void Initialize(const boost::filesystem::path& path);
41 41
42 public: 42 public:
43 explicit FilesystemHttpSender(const std::string& path); 43 explicit FilesystemHttpSender(const std::string& path);
44 44
45 explicit FilesystemHttpSender(const boost::filesystem::path& path) ORTHANC_LOCAL; 45 explicit FilesystemHttpSender(const boost::filesystem::path& path) ORTHANC_LOCAL;