diff Framework/Oracle/IOracleCommand.h @ 1104:98cdfe5768a4 broker

ReadFileCommand
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 26 Oct 2019 16:43:08 +0200
parents d7a18a3cd6f9
children b82b74d13830
line wrap: on
line diff
--- a/Framework/Oracle/IOracleCommand.h	Sat Oct 26 11:44:38 2019 +0200
+++ b/Framework/Oracle/IOracleCommand.h	Sat Oct 26 16:43:08 2019 +0200
@@ -30,12 +30,13 @@
   public:
     enum Type
     {
-      Type_Http,
-      Type_Sleep,
-      Type_OrthancRestApi,
+      Type_Custom,
       Type_GetOrthancImage,
       Type_GetOrthancWebViewerJpeg,
-      Type_Custom
+      Type_Http,
+      Type_OrthancRestApi,
+      Type_ReadFile,
+      Type_Sleep
     };
 
     virtual ~IOracleCommand()