diff OrthancServer/ServerIndex.h @ 3086:74e3e48aa9bd db-changes

grouping the setting of metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Jan 2019 17:10:58 +0100
parents 1a75595d8e44
children 31244604f617
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Fri Jan 04 16:52:53 2019 +0100
+++ b/OrthancServer/ServerIndex.h	Fri Jan 04 17:10:58 2019 +0100
@@ -123,11 +123,6 @@
 
     uint64_t IncrementGlobalSequenceInternal(GlobalProperty property);
 
-    void SetInstanceMetadata(std::map<MetadataType, std::string>& instanceMetadata,
-                             int64_t instance,
-                             MetadataType metadata,
-                             const std::string& value);
-
     void NormalizeLookup(std::vector<DatabaseConstraint>& target,
                          const DatabaseLookup& source,
                          ResourceType level) const;