diff Applications/Dicomizer.cpp @ 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 4eefa34657f0
children 49f647ed1b4c
line wrap: on
line diff
--- a/Applications/Dicomizer.cpp	Thu Jan 14 11:18:36 2021 +0100
+++ b/Applications/Dicomizer.cpp	Tue Feb 23 10:27:58 2021 +0100
@@ -111,7 +111,7 @@
 {
   LOG(WARNING) << "Transcoding the source pyramid (not re-encoding)";
 
-  Orthanc::BagOfTasks tasks;
+  OrthancWSI::BagOfTasks tasks;
 
   for (unsigned int i = 0; i < source.GetLevelCount(); i++)
   {
@@ -131,7 +131,7 @@
 {
   LOG(WARNING) << "Re-encoding the source pyramid (not transcoding, slower process)";
 
-  Orthanc::BagOfTasks tasks;
+  OrthancWSI::BagOfTasks tasks;
 
   unsigned int levelsCount = parameters.GetPyramidLevelsCount(target, source);
   LOG(WARNING) << "The target pyramid will have " << levelsCount << " levels";