diff Framework/Oracle/OracleCommandExceptionMessage.h @ 1134:87fbeb823375 broker

allocating messages from oracle commands on the stack
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 06 Nov 2019 15:16:45 +0100
parents 8e3763d1736a
children a0a33e5ea5bb
line wrap: on
line diff
--- a/Framework/Oracle/OracleCommandExceptionMessage.h	Wed Nov 06 12:56:23 2019 +0100
+++ b/Framework/Oracle/OracleCommandExceptionMessage.h	Wed Nov 06 15:16:45 2019 +0100
@@ -37,13 +37,6 @@
 
   public:
     OracleCommandExceptionMessage(IOracleCommand& command,
-                                  const Orthanc::OrthancException& exception) :
-      OracleMessageBase(command),
-      exception_(exception)
-    {
-    }
-
-    OracleCommandExceptionMessage(IOracleCommand& command,
                                   const Orthanc::ErrorCode& error) :
       OracleMessageBase(command),
       exception_(error)