diff OrthancServer/ServerJobs/Operations/SystemCallOperation.h @ 2655:c196d76cb8fa jobs

serialization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Jun 2018 17:57:49 +0200
parents 3ce8863398ab
children c27f7ecf9b54
line wrap: on
line diff
--- a/OrthancServer/ServerJobs/Operations/SystemCallOperation.h	Tue Jun 05 17:09:18 2018 +0200
+++ b/OrthancServer/ServerJobs/Operations/SystemCallOperation.h	Tue Jun 05 17:57:49 2018 +0200
@@ -52,6 +52,8 @@
     {
     }
 
+    SystemCallOperation(const Json::Value& serialized);
+
     SystemCallOperation(const std::string& command,
                         const std::vector<std::string>& preArguments,
                         const std::vector<std::string>& postArguments) :