diff Plugins/Include/orthanc/OrthancCPlugin.h @ 3664:85acfcc15829 storage-commitment

sample storage commitment plugin, C++ wrapper
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Feb 2020 16:06:58 +0100
parents d8371b4302ff
children 4c1d2ff7ddd0
line wrap: on
line diff
--- a/Plugins/Include/orthanc/OrthancCPlugin.h	Tue Feb 11 19:59:53 2020 +0100
+++ b/Plugins/Include/orthanc/OrthancCPlugin.h	Wed Feb 12 16:06:58 2020 +0100
@@ -123,8 +123,8 @@
 #endif
 
 #define ORTHANC_PLUGINS_MINIMAL_MAJOR_NUMBER     1
-#define ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER     5
-#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER  7
+#define ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER     6
+#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER  0
 
 
 #if !defined(ORTHANC_PLUGINS_VERSION_IS_ABOVE)
@@ -7304,7 +7304,7 @@
     const char*         jobId,
     const char*         transactionUid,
     const char* const*  sopClassUids,
-    const char* const*  sopInstancesUids,
+    const char* const*  sopInstanceUids,
     uint32_t            countInstances,
     const char*         remoteAet,
     const char*         calledAet);