diff OrthancServer/ServerToolbox.h @ 1763:f7014cca73c7

integration db-changes->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2015 12:45:20 +0100
parents 38dda23c7d7d
children 4e7c318a3f69
line wrap: on
line diff
--- a/OrthancServer/ServerToolbox.h	Fri Oct 23 17:04:22 2015 +0200
+++ b/OrthancServer/ServerToolbox.h	Thu Oct 29 12:45:20 2015 +0100
@@ -59,7 +59,5 @@
     void ReconstructMainDicomTags(IDatabaseWrapper& database,
                                   IStorageArea& storageArea,
                                   ResourceType level);
-
-    std::string NormalizeIdentifierTag(const std::string& value);
   }
 }