diff Framework/MultiThreading/ICommand.h @ 236:b0ee417b667a

migrating new definitions in namespace Orthanc to namespace OrthancWSI
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 23 Feb 2021 10:27:58 +0100
parents 1e864138f0da
children 49f647ed1b4c
line wrap: on
line diff
--- a/Framework/MultiThreading/ICommand.h	Thu Jan 14 11:18:36 2021 +0100
+++ b/Framework/MultiThreading/ICommand.h	Tue Feb 23 10:27:58 2021 +0100
@@ -23,13 +23,13 @@
 
 #include <IDynamicObject.h>
 
-namespace Orthanc
+namespace OrthancWSI
 {
   /**
    * This class is the base class for the "Command" design pattern.
    * http://en.wikipedia.org/wiki/Command_pattern
    **/
-  class ICommand : public IDynamicObject
+  class ICommand : public Orthanc::IDynamicObject
   {
   public:
     virtual bool Execute() = 0;