comparison Framework/Oracle/OrthancRestApiCommand.cpp @ 1097:4383382db01d broker

deprecating LockingEmitter
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Oct 2019 22:31:18 +0200
parents 13e078adfb94
children 87fbeb823375
comparison
equal deleted inserted replaced
1096:97cbb2c31a65 1097:4383382db01d
49 49
50 50
51 OrthancRestApiCommand::OrthancRestApiCommand() : 51 OrthancRestApiCommand::OrthancRestApiCommand() :
52 method_(Orthanc::HttpMethod_Get), 52 method_(Orthanc::HttpMethod_Get),
53 uri_("/"), 53 uri_("/"),
54 timeout_(600) 54 timeout_(600),
55 applyPlugins_(false)
55 { 56 {
56 } 57 }
57 58
58 59
59 void OrthancRestApiCommand::SetBody(const Json::Value& json) 60 void OrthancRestApiCommand::SetBody(const Json::Value& json)