Mercurial > hg > orthanc
diff Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 2988:9cc3d40e389b
Orthanc 1.4.3 is now known as 1.5.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 10 Dec 2018 11:15:31 +0100 |
parents | 32ec5078e32b |
children | c358bdb37c13 |
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h Mon Dec 10 10:33:58 2018 +0100 +++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h Mon Dec 10 11:15:31 2018 +0100 @@ -71,7 +71,7 @@ # define HAS_ORTHANC_PLUGIN_JOB 0 #endif -#if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 4, 3) +#if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 5, 0) # define HAS_ORTHANC_PLUGIN_EXCEPTION_DETAILS 1 #else # define HAS_ORTHANC_PLUGIN_EXCEPTION_DETAILS 0 @@ -492,7 +492,7 @@ void AnswerMethodNotAllowed(OrthancPluginRestOutput* output, const char* allowedMethods); -#if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 4, 3) +#if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 5, 0) const char* AutodetectMimeType(const std::string& path); #endif