comparison Framework/Oracle/WebAssemblyOracle.h @ 1243:608983cc2512 broker

removing unused logs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jan 2020 20:06:23 +0100
parents b9b5d4378874
children 3d4dc87af04b
comparison
equal deleted inserted replaced
1242:b9b5d4378874 1243:608983cc2512
33 #include "GetOrthancImageCommand.h" 33 #include "GetOrthancImageCommand.h"
34 #include "GetOrthancWebViewerJpegCommand.h" 34 #include "GetOrthancWebViewerJpegCommand.h"
35 #include "HttpCommand.h" 35 #include "HttpCommand.h"
36 #include "IOracle.h" 36 #include "IOracle.h"
37 #include "OrthancRestApiCommand.h" 37 #include "OrthancRestApiCommand.h"
38 #include "ParseDicomFromWadoCommand.h"
38 39
39 #include <Core/WebServiceParameters.h> 40 #include <Core/WebServiceParameters.h>
40 41
41 42
42 namespace OrthancStone 43 namespace OrthancStone
64 void Execute(boost::weak_ptr<IObserver> receiver, 65 void Execute(boost::weak_ptr<IObserver> receiver,
65 GetOrthancImageCommand* command); 66 GetOrthancImageCommand* command);
66 67
67 void Execute(boost::weak_ptr<IObserver> receiver, 68 void Execute(boost::weak_ptr<IObserver> receiver,
68 GetOrthancWebViewerJpegCommand* command); 69 GetOrthancWebViewerJpegCommand* command);
70
71 void Execute(boost::weak_ptr<IObserver> receiver,
72 ParseDicomFromWadoCommand* command);
69 73
70 IObservable oracleObservable_; 74 IObservable oracleObservable_;
71 bool isLocalOrthanc_; 75 bool isLocalOrthanc_;
72 std::string localOrthancRoot_; 76 std::string localOrthancRoot_;
73 Orthanc::WebServiceParameters remoteOrthanc_; 77 Orthanc::WebServiceParameters remoteOrthanc_;