diff OrthancFramework/Sources/Toolbox.h @ 5377:daf4807631c5

ComputeMD5 for std::set
author Alain Mazy <am@osimis.io>
date Thu, 24 Aug 2023 13:35:18 +0200
parents 123a94dd57df
children b31c73bc7cb6
line wrap: on
line diff
--- a/OrthancFramework/Sources/Toolbox.h	Tue Aug 22 16:35:22 2023 +0200
+++ b/OrthancFramework/Sources/Toolbox.h	Thu Aug 24 13:35:18 2023 +0200
@@ -128,6 +128,9 @@
     static void ComputeMD5(std::string& result,
                            const void* data,
                            size_t size);
+
+    static void ComputeMD5(std::string& result,
+                           const std::set<std::string>& data);
 #endif
 
     static void ComputeSHA1(std::string& result,