comparison OrthancFramework/Sources/Cache/MemoryStringCache.h @ 5473:d1992a9ec8c3

fix build of Windows shared library
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 18 Dec 2023 22:29:47 +0100
parents 1474fd6ea6c6
children 48b8dae6dc77
comparison
equal deleted inserted replaced
5472:42ea61cf8386 5473:d1992a9ec8c3
46 * Note: this class is thread safe 46 * Note: this class is thread safe
47 **/ 47 **/
48 class ORTHANC_PUBLIC MemoryStringCache : public boost::noncopyable 48 class ORTHANC_PUBLIC MemoryStringCache : public boost::noncopyable
49 { 49 {
50 public: 50 public:
51 class Accessor : public boost::noncopyable 51 class ORTHANC_PUBLIC Accessor : public boost::noncopyable
52 { 52 {
53 protected: 53 protected:
54 MemoryStringCache& cache_; 54 MemoryStringCache& cache_;
55 55
56 private: 56 private: