diff Core/JobsEngine/JobInfo.h @ 2573:3372c5255333 jobs

StoreScuJob, Orthanc Explorer for jobs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 May 2018 17:56:14 +0200
parents 2af17cd5eb1f
children a3fdfb6979ed
line wrap: on
line diff
--- a/Core/JobsEngine/JobInfo.h	Mon May 07 21:42:04 2018 +0200
+++ b/Core/JobsEngine/JobInfo.h	Wed May 09 17:56:14 2018 +0200
@@ -115,6 +115,6 @@
       return status_;
     }
 
-    void Format(Json::Value& target) const;
+    void Serialize(Json::Value& target) const;
   };
 }