diff OrthancServer/ServerToolbox.h @ 1729:54d78925cbb6 db-changes

notes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 17:39:58 +0200
parents 3926e6317a43
children 38dda23c7d7d
line wrap: on
line diff
--- a/OrthancServer/ServerToolbox.h	Tue Oct 20 15:03:52 2015 +0200
+++ b/OrthancServer/ServerToolbox.h	Tue Oct 20 17:39:58 2015 +0200
@@ -60,6 +60,6 @@
                                   IStorageArea& storageArea,
                                   ResourceType level);
 
-    std::string NormalizeIdentifierTag(const std::string& value);
+    std::string NormalizeTagForWildcard(const std::string& value);
   }
 }