diff 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
line wrap: on
line diff
--- a/Framework/Oracle/OrthancRestApiCommand.cpp	Thu Oct 24 09:38:17 2019 +0200
+++ b/Framework/Oracle/OrthancRestApiCommand.cpp	Thu Oct 24 22:31:18 2019 +0200
@@ -51,7 +51,8 @@
   OrthancRestApiCommand::OrthancRestApiCommand() :
     method_(Orthanc::HttpMethod_Get),
     uri_("/"),
-    timeout_(600)
+    timeout_(600),
+    applyPlugins_(false)
   {
   }