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

removing CustomOracleCommand
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Nov 2019 22:39:25 +0100
parents 4383382db01d
children 87fbeb823375
line wrap: on
line diff
--- a/Framework/Oracle/OrthancRestApiCommand.h	Tue Nov 05 19:01:57 2019 +0100
+++ b/Framework/Oracle/OrthancRestApiCommand.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/Enumerations.h>
 
@@ -31,7 +31,7 @@
 
 namespace OrthancStone
 {
-  class OrthancRestApiCommand : public OracleCommandWithPayload
+  class OrthancRestApiCommand : public OracleCommandBase
   {
   public:
     typedef std::map<std::string, std::string>  HttpHeaders;