diff Core/JobsEngine/JobInfo.h @ 2589:a3fdfb6979ed jobs

getting rid of ReusableDicomConnection in REST API
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 May 2018 16:10:03 +0200
parents 3372c5255333
children 73d7d95dd75e
line wrap: on
line diff
--- a/Core/JobsEngine/JobInfo.h	Mon May 14 21:44:41 2018 +0200
+++ b/Core/JobsEngine/JobInfo.h	Tue May 15 16:10:03 2018 +0200
@@ -115,6 +115,7 @@
       return status_;
     }
 
-    void Serialize(Json::Value& target) const;
+    void Serialize(Json::Value& target,
+                   bool includeInternalContent) const;
   };
 }