diff Framework/Oracle/IOracleCommand.h @ 979:18d53a8b41b7

HttpCommand
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 03 Sep 2019 17:52:28 +0200
parents c44c1d2d3598
children d7a18a3cd6f9 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Oracle/IOracleCommand.h	Mon Sep 02 17:44:20 2019 +0200
+++ b/Framework/Oracle/IOracleCommand.h	Tue Sep 03 17:52:28 2019 +0200
@@ -30,6 +30,7 @@
   public:
     enum Type
     {
+      Type_Http,
       Type_Sleep,
       Type_OrthancRestApi,
       Type_GetOrthancImage,