diff OrthancServer/OrthancRestApi/OrthancRestArchive.cpp @ 2140:aa4b8895cd23

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 16:12:47 +0100
parents 9329ba17a069
children 5a8840920121
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestArchive.cpp	Wed Nov 09 15:25:09 2016 +0100
+++ b/OrthancServer/OrthancRestApi/OrthancRestArchive.cpp	Wed Nov 09 16:12:47 2016 +0100
@@ -547,7 +547,7 @@
         const bool isZip64 = IsZip64Required(stats.GetUncompressedSize(), stats.GetInstancesCount());
 
         // Create a RAII for the temporary file to manage the ZIP file
-        Toolbox::TemporaryFile tmp;
+        TemporaryFile tmp;
 
         {
           // Create a ZIP writer
@@ -634,7 +634,7 @@
         const bool isZip64 = IsZip64Required(stats.GetUncompressedSize(), stats.GetInstancesCount());
 
         // Create a RAII for the temporary file to manage the ZIP file
-        Toolbox::TemporaryFile tmp;
+        TemporaryFile tmp;
 
         {
           // Create a ZIP writer