diff OrthancServer/ServerJobs/ResourceModificationJob.h @ 2663:228e2783ce83 jobs

some jobs might not be serializable
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Jun 2018 18:18:02 +0200
parents e1893d31652a
children a21b244efb37
line wrap: on
line diff
--- a/OrthancServer/ServerJobs/ResourceModificationJob.h	Thu Jun 07 17:47:41 2018 +0200
+++ b/OrthancServer/ServerJobs/ResourceModificationJob.h	Thu Jun 07 18:18:02 2018 +0200
@@ -104,6 +104,6 @@
 
     virtual void GetPublicContent(Json::Value& value);
     
-    virtual void Serialize(Json::Value& value);
+    virtual bool Serialize(Json::Value& value);
   };
 }