comparison 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
comparison
equal deleted inserted replaced
990:3ea70a62ca00 992:a9f5d0742e22
30 #endif 30 #endif
31 31
32 #include "../Messages/IObservable.h" 32 #include "../Messages/IObservable.h"
33 #include "GetOrthancImageCommand.h" 33 #include "GetOrthancImageCommand.h"
34 #include "GetOrthancWebViewerJpegCommand.h" 34 #include "GetOrthancWebViewerJpegCommand.h"
35 #include "HttpCommand.h"
35 #include "IOracle.h" 36 #include "IOracle.h"
36 #include "OrthancRestApiCommand.h" 37 #include "OrthancRestApiCommand.h"
37 38
38 39
39 namespace OrthancStone 40 namespace OrthancStone
47 48
48 class TimeoutContext; 49 class TimeoutContext;
49 class Emitter; 50 class Emitter;
50 class FetchContext; 51 class FetchContext;
51 class FetchCommand; 52 class FetchCommand;
53
54 void Execute(const IObserver& receiver,
55 HttpCommand* command);
52 56
53 void Execute(const IObserver& receiver, 57 void Execute(const IObserver& receiver,
54 OrthancRestApiCommand* command); 58 OrthancRestApiCommand* command);
55 59
56 void Execute(const IObserver& receiver, 60 void Execute(const IObserver& receiver,