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

removing CustomOracleCommand
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Nov 2019 22:39:25 +0100
parents 15d493101c1e
children a0a33e5ea5bb
line wrap: on
line diff
--- a/Framework/Oracle/SleepOracleCommand.h	Tue Nov 05 19:01:57 2019 +0100
+++ b/Framework/Oracle/SleepOracleCommand.h	Tue Nov 05 22:39:25 2019 +0100
@@ -22,11 +22,11 @@
 #pragma once
 
 #include "../Messages/IMessage.h"
-#include "OracleCommandWithPayload.h"
+#include "OracleCommandBase.h"
 
 namespace OrthancStone
 {
-  class SleepOracleCommand : public OracleCommandWithPayload
+  class SleepOracleCommand : public OracleCommandBase
   {
   private:
     unsigned int  milliseconds_;