diff Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 3437:dbaf439c8888

OrthancPlugins::OrthancJob::SubmitAndWait()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Jun 2019 18:36:48 +0200
parents 6503ab9489ba
children d97ef941d521
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Wed Jun 19 18:33:49 2019 +0200
+++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Thu Jun 20 18:36:48 2019 +0200
@@ -768,6 +768,10 @@
 
     static std::string Submit(OrthancJob* job /* takes ownership */,
                               int priority);
+
+    static void SubmitAndWait(Json::Value& result,
+                              OrthancJob* job /* takes ownership */,
+                              int priority);
   };
 #endif