diff OrthancStone/Sources/Toolbox/GenericToolbox.h @ 1591:5887a4f8594b

moving platform-specific files out of the "OrthancStone" folder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Oct 2020 13:15:03 +0200
parents 244ad1e4e76a
children 4fb8fdf03314
line wrap: on
line diff
--- a/OrthancStone/Sources/Toolbox/GenericToolbox.h	Thu Oct 22 18:39:03 2020 +0200
+++ b/OrthancStone/Sources/Toolbox/GenericToolbox.h	Fri Oct 23 13:15:03 2020 +0200
@@ -304,5 +304,12 @@
     {
       return GetRgbaValuesFromString(red, green, blue, alpha, text.c_str());
     }
+
+    
+    /**
+    This method could have been called StripSpacesAndChangeToLower but we might want to 
+    add some UUID validation to the argument
+    */
+    void NormalizeUuid(std::string& uuid);
   }
 }