diff Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 2109:d5c29fd74ffa

OrthancPlugins::CheckMinimalOrthancVersion
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Oct 2016 13:32:02 +0200
parents 40ffd0e8676a
children aa2915963531
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Sat Oct 22 18:22:18 2016 +0200
+++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Wed Oct 26 13:32:02 2016 +0200
@@ -388,6 +388,11 @@
     }
   }
 
+  bool CheckMinimalOrthancVersion(OrthancPluginContext* context,
+                                  unsigned int major,
+                                  unsigned int minor,
+                                  unsigned int revision);
+
 
   namespace Internals
   {