comparison OrthancFramework/Sources/FileStorage/StorageAccessor.h @ 4063:e00f3d089991 framework

shared library of orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 16:40:34 +0200
parents d25f4c0fa160
children bf7b9edf6b81
comparison
equal deleted inserted replaced
4062:0953b3dc3261 4063:e00f3d089991
69 /** 69 /**
70 * This class handles the compression/decompression of the raw files 70 * This class handles the compression/decompression of the raw files
71 * contained in the storage area, and monitors timing metrics (if 71 * contained in the storage area, and monitors timing metrics (if
72 * enabled). 72 * enabled).
73 **/ 73 **/
74 class StorageAccessor : boost::noncopyable 74 class ORTHANC_PUBLIC StorageAccessor : boost::noncopyable
75 { 75 {
76 private: 76 private:
77 class MetricsTimer; 77 class MetricsTimer;
78 78
79 IStorageArea& area_; 79 IStorageArea& area_;