diff Core/JobsEngine/SetOfCommandsJob.h @ 2976:cb5d75143da0

Asynchronous generation of ZIP archives and DICOM medias
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Dec 2018 12:23:46 +0100
parents 8b00e4cb4a6b
children 4e43e67f8ecf
line wrap: on
line diff
--- a/Core/JobsEngine/SetOfCommandsJob.h	Thu Dec 06 10:10:58 2018 +0100
+++ b/Core/JobsEngine/SetOfCommandsJob.h	Thu Dec 06 12:23:46 2018 +0100
@@ -131,5 +131,12 @@
     virtual void GetPublicContent(Json::Value& value);
     
     virtual bool Serialize(Json::Value& target);
+
+    virtual bool GetOutput(std::string& output,
+                           MimeType& mime,
+                           const std::string& key)
+    {
+      return false;
+    }
   };
 }