diff OrthancServer/Sources/ServerEnumerations.h @ 4473:68f52897c119

new URIs: /tools/accepted-transfer-syntaxes and /tools/unknown-sop-class-accepted to replace Lua callbacks for transfer syntaxes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 Jan 2021 14:48:10 +0100
parents 28a4baadde17
children f8c1d94363b6
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerEnumerations.h	Tue Jan 26 10:18:50 2021 +0100
+++ b/OrthancServer/Sources/ServerEnumerations.h	Tue Jan 26 14:48:10 2021 +0100
@@ -233,9 +233,6 @@
 
   bool IsUserMetadata(MetadataType type);
 
-  const char* EnumerationToString(TransferSyntaxGroup syntax);
-
   void GetTransferSyntaxGroup(std::set<DicomTransferSyntax>& target,
-                              TransferSyntaxGroup source,
-                              bool clearTarget);
+                              TransferSyntaxGroup source);
 }