diff Framework/Toolbox/MessagingToolbox.h @ 67:acb60cbb8301 wasm

refactoring SeriesLoader
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 May 2017 17:51:41 +0200
parents d20e25cfcf3a
children 2eca030792aa
line wrap: on
line diff
--- a/Framework/Toolbox/MessagingToolbox.h	Wed May 17 22:03:09 2017 +0200
+++ b/Framework/Toolbox/MessagingToolbox.h	Thu May 18 17:51:41 2017 +0200
@@ -58,6 +58,10 @@
     };
 
 
+    bool ParseJson(Json::Value& target,
+                   const void* content,
+                   size_t size);
+
     void RestApiGet(Json::Value& target,
                     OrthancPlugins::IOrthancConnection& orthanc,
                     const std::string& uri);