comparison 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
comparison
equal deleted inserted replaced
978:0e21ecafcc23 979:18d53a8b41b7
28 class IOracleCommand : public boost::noncopyable 28 class IOracleCommand : public boost::noncopyable
29 { 29 {
30 public: 30 public:
31 enum Type 31 enum Type
32 { 32 {
33 Type_Http,
33 Type_Sleep, 34 Type_Sleep,
34 Type_OrthancRestApi, 35 Type_OrthancRestApi,
35 Type_GetOrthancImage, 36 Type_GetOrthancImage,
36 Type_GetOrthancWebViewerJpeg 37 Type_GetOrthancWebViewerJpeg
37 }; 38 };