comparison Framework/Oracle/IOracleCommand.h @ 1077:d7a18a3cd6f9 broker

IOracleRunner
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Oct 2019 16:51:41 +0200
parents 18d53a8b41b7
children 98cdfe5768a4
comparison
equal deleted inserted replaced
1076:008dbc4ceb62 1077:d7a18a3cd6f9
32 { 32 {
33 Type_Http, 33 Type_Http,
34 Type_Sleep, 34 Type_Sleep,
35 Type_OrthancRestApi, 35 Type_OrthancRestApi,
36 Type_GetOrthancImage, 36 Type_GetOrthancImage,
37 Type_GetOrthancWebViewerJpeg 37 Type_GetOrthancWebViewerJpeg,
38 Type_Custom
38 }; 39 };
39 40
40 virtual ~IOracleCommand() 41 virtual ~IOracleCommand()
41 { 42 {
42 } 43 }