diff Framework/Oracle/GetOrthancWebViewerJpegCommand.h @ 1128:8e3763d1736a broker

removing CustomOracleCommand
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Nov 2019 22:39:25 +0100
parents 17660df24c36
children 87fbeb823375
line wrap: on
line diff
--- a/Framework/Oracle/GetOrthancWebViewerJpegCommand.h	Tue Nov 05 19:01:57 2019 +0100
+++ b/Framework/Oracle/GetOrthancWebViewerJpegCommand.h	Tue Nov 05 22:39:25 2019 +0100
@@ -22,7 +22,7 @@
 #pragma once
 
 #include "../Messages/IMessage.h"
-#include "OracleCommandWithPayload.h"
+#include "OracleCommandBase.h"
 
 #include <Core/Images/ImageAccessor.h>
 
@@ -30,7 +30,7 @@
 
 namespace OrthancStone
 {
-  class GetOrthancWebViewerJpegCommand : public OracleCommandWithPayload
+  class GetOrthancWebViewerJpegCommand : public OracleCommandBase
   {
   public:
     typedef std::map<std::string, std::string>  HttpHeaders;