diff Framework/Oracle/WebAssemblyOracle.h @ 992:a9f5d0742e22

implementation of HttpCommand in WebAssemblyOracle
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Sep 2019 12:31:49 +0200
parents d71cf8504159
children 008dbc4ceb62 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Oracle/WebAssemblyOracle.h	Wed Sep 11 10:43:21 2019 +0200
+++ b/Framework/Oracle/WebAssemblyOracle.h	Wed Sep 11 12:31:49 2019 +0200
@@ -32,6 +32,7 @@
 #include "../Messages/IObservable.h"
 #include "GetOrthancImageCommand.h"
 #include "GetOrthancWebViewerJpegCommand.h"
+#include "HttpCommand.h"
 #include "IOracle.h"
 #include "OrthancRestApiCommand.h"
 
@@ -51,6 +52,9 @@
     class FetchCommand;    
     
     void Execute(const IObserver& receiver,
+                 HttpCommand* command);    
+    
+    void Execute(const IObserver& receiver,
                  OrthancRestApiCommand* command);    
     
     void Execute(const IObserver& receiver,