comparison Framework/Oracle/IOracleCommand.h @ 1104:98cdfe5768a4 broker

ReadFileCommand
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 26 Oct 2019 16:43:08 +0200
parents d7a18a3cd6f9
children b82b74d13830
comparison
equal deleted inserted replaced
1103:f7759637cdfb 1104:98cdfe5768a4
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_Custom,
34 Type_Sleep,
35 Type_OrthancRestApi,
36 Type_GetOrthancImage, 34 Type_GetOrthancImage,
37 Type_GetOrthancWebViewerJpeg, 35 Type_GetOrthancWebViewerJpeg,
38 Type_Custom 36 Type_Http,
37 Type_OrthancRestApi,
38 Type_ReadFile,
39 Type_Sleep
39 }; 40 };
40 41
41 virtual ~IOracleCommand() 42 virtual ~IOracleCommand()
42 { 43 {
43 } 44 }