Mercurial > hg > orthanc
comparison OrthancFramework/Sources/DicomParsing/ParsedDicomCache.h @ 4486:83a6a84ba9df
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 28 Jan 2021 19:36:13 +0100 |
parents | e4dae17035b9 |
children | fa2311f94d9f |
comparison
equal
deleted
inserted
replaced
4485:f19de27a2465 | 4486:83a6a84ba9df |
---|---|
53 | 53 |
54 void Acquire(const std::string& id, | 54 void Acquire(const std::string& id, |
55 ParsedDicomFile* dicom, // Takes ownership | 55 ParsedDicomFile* dicom, // Takes ownership |
56 size_t fileSize); | 56 size_t fileSize); |
57 | 57 |
58 class Accessor : public boost::noncopyable | 58 class ORTHANC_PUBLIC Accessor : public boost::noncopyable |
59 { | 59 { |
60 private: | 60 private: |
61 #if !defined(__EMSCRIPTEN__) | 61 #if !defined(__EMSCRIPTEN__) |
62 boost::mutex::scoped_lock lock_; | 62 boost::mutex::scoped_lock lock_; |
63 #endif | 63 #endif |