diff Framework/Messaging/FolderTarget.cpp @ 43:9621fd6f17c9

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 17:34:20 +0100
parents 7a88c614be04
children 7a3853d51c45
line wrap: on
line diff
--- a/Framework/Messaging/FolderTarget.cpp	Wed Nov 09 16:03:52 2016 +0100
+++ b/Framework/Messaging/FolderTarget.cpp	Wed Nov 09 17:34:20 2016 +0100
@@ -21,7 +21,7 @@
 #include "../PrecompiledHeadersWSI.h"
 #include "FolderTarget.h"
 
-#include "../Orthanc/Core/Toolbox.h"
+#include "../Orthanc/Core/SystemToolbox.h"
 #include "../Orthanc/Core/Logging.h"
 
 #include <stdio.h>
@@ -40,6 +40,6 @@
     }
 
     LOG(INFO) << "Writing file " << path;
-    Orthanc::Toolbox::WriteFile(file, path);
+    Orthanc::SystemToolbox::WriteFile(file, path);
   }
 }