diff OrthancServer/Sources/OrthancConfiguration.h @ 4474:f8c1d94363b6

new configuration options: "AcceptedTransferSyntaxes" and "H265TransferSyntaxAccepted"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 Jan 2021 15:50:52 +0100
parents 68f52897c119
children 8f9090b137f1
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancConfiguration.h	Tue Jan 26 14:48:10 2021 +0100
+++ b/OrthancServer/Sources/OrthancConfiguration.h	Tue Jan 26 15:50:52 2021 +0100
@@ -263,6 +263,6 @@
                                          const ParsedDicomFile& dicom);
 
     static void ParseAcceptedTransferSyntaxes(std::set<DicomTransferSyntax>& target,
-                                              const std::string& source);
+                                              const Json::Value& source);
   };
 }