changeset 9:5125624e5cf3

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Jul 2017 09:17:56 +0200
parents 4362026afddf (diff) dada4dd8f3a3 (current diff)
children a2e3e7cd380e
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Plugin/Plugin.cpp	Wed Mar 22 17:01:00 2017 +0000
+++ b/Plugin/Plugin.cpp	Wed Jul 19 09:17:56 2017 +0200
@@ -305,7 +305,7 @@
 
         configuration.LookupListOfStrings(tmp, "TokenGetArguments", true);
 
-#if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 2, 1)  
+#if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 3, 0)  
         for (std::list<std::string>::const_iterator
                it = tmp.begin(); it != tmp.end(); ++it)
         {
@@ -315,7 +315,7 @@
         if (!tmp.empty())
         {
           LOG(ERROR) << "The option \"TokenGetArguments\" of the authorization plugin "
-                     << "is only valid if compiled against Orthanc >= 1.2.1";
+                     << "is only valid if compiled against Orthanc >= 1.3.0";
           throw Orthanc::OrthancException(Orthanc::ErrorCode_Plugin);
         }
 #endif