comparison Core/FileStorage.h @ 208:de640de989b8

HttpFileSender
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Nov 2012 17:00:46 +0100
parents 7e8b68dd6ace
children e7432706b354
comparison
equal deleted inserted replaced
207:7f74209ea0f8 208:de640de989b8
39 39
40 namespace Orthanc 40 namespace Orthanc
41 { 41 {
42 class FileStorage : public boost::noncopyable 42 class FileStorage : public boost::noncopyable
43 { 43 {
44 // TODO REMOVE THIS
44 friend class HttpOutput; 45 friend class HttpOutput;
46 friend class FilesystemHttpSender;
45 47
46 private: 48 private:
47 std::auto_ptr<BufferCompressor> compressor_; 49 std::auto_ptr<BufferCompressor> compressor_;
48 50
49 boost::filesystem::path root_; 51 boost::filesystem::path root_;