comparison OrthancFramework/Sources/HttpServer/FilesystemHttpSender.h @ 4314:0a4347203a7e

hiding some symbols using boos
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Nov 2020 11:40:44 +0100
parents db3932f9660d
children 93c281752e7a
comparison
equal deleted inserted replaced
4313:91554aecff9a 4314:0a4347203a7e
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); 40 void Initialize(const boost::filesystem::path& path) ORTHANC_LOCAL;
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); 45 explicit FilesystemHttpSender(const boost::filesystem::path& path) ORTHANC_LOCAL;
46 46
47 FilesystemHttpSender(const std::string& path, 47 FilesystemHttpSender(const std::string& path,
48 MimeType contentType); 48 MimeType contentType);
49 49
50 FilesystemHttpSender(const FilesystemStorage& storage, 50 FilesystemHttpSender(const FilesystemStorage& storage,