Mercurial > hg > orthanc-wsi
changeset 195:fda17c92d784
removing HAS_ORTHANC_EXCEPTION
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 30 Jun 2020 18:11:30 +0200 |
parents | e57e6ca5303d |
children | b0bd22077cd8 |
files | Applications/CMakeLists.txt Framework/Inputs/Orthanc/OrthancHttpConnection.h |
diffstat | 2 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/CMakeLists.txt Tue Jun 30 18:03:23 2020 +0200 +++ b/Applications/CMakeLists.txt Tue Jun 30 18:11:30 2020 +0200 @@ -106,7 +106,6 @@ ) add_definitions( - -DHAS_ORTHANC_EXCEPTION=1 -DORTHANC_ENABLE_LOGGING_PLUGIN=0 )
--- a/Framework/Inputs/Orthanc/OrthancHttpConnection.h Tue Jun 30 18:03:23 2020 +0200 +++ b/Framework/Inputs/Orthanc/OrthancHttpConnection.h Tue Jun 30 18:11:30 2020 +0200 @@ -23,10 +23,6 @@ #include "IOrthancConnection.h" -#if HAS_ORTHANC_EXCEPTION != 1 -# error The macro HAS_ORTHANC_EXCEPTION must be set to 1 if using this header -#endif - #include <HttpClient.h> #include <boost/thread/mutex.hpp>