changeset 8:4362026afddf

orthanc 1.2.1 renamed as 1.3.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Jul 2017 09:17:42 +0200
parents 72510657f7b9
children 5125624e5cf3
files Plugin/Plugin.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Plugin/Plugin.cpp	Wed Mar 22 16:40:32 2017 +0100
+++ b/Plugin/Plugin.cpp	Wed Jul 19 09:17:42 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