diff OrthancFramework/Sources/Cache/SharedArchive.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
line wrap: on
line diff
--- a/OrthancFramework/Sources/Cache/SharedArchive.h	Thu Jun 11 14:38:31 2020 +0200
+++ b/OrthancFramework/Sources/Cache/SharedArchive.h	Thu Jun 11 16:40:34 2020 +0200
@@ -49,7 +49,7 @@
 
 namespace Orthanc
 {
-  class SharedArchive : public boost::noncopyable
+  class ORTHANC_PUBLIC SharedArchive : public boost::noncopyable
   {
   private:
     typedef std::map<std::string, IDynamicObject*>  Archive;
@@ -62,7 +62,7 @@
     void RemoveInternal(const std::string& id);
 
   public:
-    class Accessor : public boost::noncopyable
+    class ORTHANC_PUBLIC Accessor : public boost::noncopyable
     {
     private:
       boost::mutex::scoped_lock  lock_;