diff Core/Toolbox.h @ 1818:1065401501fb worklists

ParsedDicomFile::CreateFromJson
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Nov 2015 16:48:23 +0100
parents a0a4fa28624c
children 47d032c48818
line wrap: on
line diff
--- a/Core/Toolbox.h	Tue Nov 24 13:45:55 2015 +0100
+++ b/Core/Toolbox.h	Tue Nov 24 16:48:23 2015 +0100
@@ -123,6 +123,10 @@
                              std::string& content,
                              const std::string& source);
 #  endif
+
+    void EncodeDataUriScheme(std::string& result,
+                             const std::string& mime,
+                             const std::string& content);
 #endif
 
     std::string GetPathToExecutable();