diff Core/MultiThreading/IRunnableBySteps.h @ 1679:15acdb19d520

RunnableWorkersPool
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Oct 2015 13:31:40 +0200
parents 6e7e5ed91c2d
children b1291df2f780
line wrap: on
line diff
--- a/Core/MultiThreading/IRunnableBySteps.h	Wed Sep 30 14:04:25 2015 +0200
+++ b/Core/MultiThreading/IRunnableBySteps.h	Tue Oct 06 13:31:40 2015 +0200
@@ -32,9 +32,11 @@
 
 #pragma once
 
+#include "../IDynamicObject.h"
+
 namespace Orthanc
 {
-  class IRunnableBySteps
+  class IRunnableBySteps : public IDynamicObject
   {
   public:
     virtual ~IRunnableBySteps()