diff Core/Toolbox.h @ 483:8c3573d28868

export dicom instances to the filesystem
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Jul 2013 12:01:39 +0200
parents 6f8ae46ed90e
children b22312081388 0bedf8ff9288
line wrap: on
line diff
--- a/Core/Toolbox.h	Tue Jul 16 11:30:24 2013 +0200
+++ b/Core/Toolbox.h	Tue Jul 16 12:01:39 2013 +0200
@@ -57,6 +57,9 @@
     void ReadFile(std::string& content,
                   const std::string& path);
 
+    void WriteFile(const std::string& content,
+                   const std::string& path);
+
     void Sleep(uint32_t seconds);
 
     void USleep(uint64_t microSeconds);