diff OrthancServer/ServerToolbox.h @ 3089:fb8ee0786b1e db-changes

new extension for database plugin SDK: setResourcesContent
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 05 Jan 2019 11:39:31 +0100
parents d498ece73562
children 61da3c9b4121
line wrap: on
line diff
--- a/OrthancServer/ServerToolbox.h	Fri Jan 04 17:48:34 2019 +0100
+++ b/OrthancServer/ServerToolbox.h	Sat Jan 05 11:39:31 2019 +0100
@@ -127,8 +127,10 @@
 
     // WARNING: The resulting C structure will contain pointers to the
     // current object. Don't delete or modify it!
-    void EncodeForPlugins(std::vector<OrthancPluginResourcesContentTags>& tags,
-                          std::vector<OrthancPluginResourcesContentMetadata>& metadata) const;
+    void EncodeForPlugins(
+      std::vector<OrthancPluginResourcesContentTags>& identifierTags,
+      std::vector<OrthancPluginResourcesContentTags>& mainDicomTags,
+      std::vector<OrthancPluginResourcesContentMetadata>& metadata) const;
   };