diff Framework/Oracle/IOracleCommand.h @ 1077:d7a18a3cd6f9 broker

IOracleRunner
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Oct 2019 16:51:41 +0200
parents 18d53a8b41b7
children 98cdfe5768a4
line wrap: on
line diff
--- a/Framework/Oracle/IOracleCommand.h	Thu Oct 17 14:42:41 2019 +0200
+++ b/Framework/Oracle/IOracleCommand.h	Thu Oct 17 16:51:41 2019 +0200
@@ -34,7 +34,8 @@
       Type_Sleep,
       Type_OrthancRestApi,
       Type_GetOrthancImage,
-      Type_GetOrthancWebViewerJpeg
+      Type_GetOrthancWebViewerJpeg,
+      Type_Custom
     };
 
     virtual ~IOracleCommand()