comparison Core/FileStorage.h @ 221:e7432706b354

accessors to storage
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Nov 2012 18:01:06 +0100
parents de640de989b8
children
comparison
equal deleted inserted replaced
220:bb8c260c0092 221:e7432706b354
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 // TODO REMOVE THIS
45 friend class HttpOutput;
46 friend class FilesystemHttpSender; 45 friend class FilesystemHttpSender;
46 friend class FileStorageAccessor;
47 47
48 private: 48 private:
49 std::auto_ptr<BufferCompressor> compressor_; 49 std::auto_ptr<BufferCompressor> compressor_;
50 50
51 boost::filesystem::path root_; 51 boost::filesystem::path root_;