diff OrthancFramework/Sources/JobsEngine/JobsRegistry.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/JobsEngine/JobsRegistry.h	Thu Jun 11 14:38:31 2020 +0200
+++ b/OrthancFramework/Sources/JobsEngine/JobsRegistry.h	Thu Jun 11 16:40:34 2020 +0200
@@ -53,10 +53,10 @@
 namespace Orthanc
 {
   // This class handles the state machine of the jobs engine
-  class JobsRegistry : public boost::noncopyable
+  class ORTHANC_PUBLIC JobsRegistry : public boost::noncopyable
   {
   public:
-    class IObserver : public boost::noncopyable
+    class ORTHANC_PUBLIC IObserver : public boost::noncopyable
     {
     public:
       virtual ~IObserver()
@@ -204,7 +204,7 @@
                        unsigned int& success,
                        unsigned int& errors);
 
-    class RunningJob : public boost::noncopyable
+    class ORTHANC_PUBLIC RunningJob : public boost::noncopyable
     {
     private:
       JobsRegistry&  registry_;