diff OrthancFramework/Sources/DicomNetworking/Internals/CommandDispatcher.h @ 4430:f5d44e30b429

testing DICOM TLS in Orthanc SCP
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Jan 2021 12:42:45 +0100
parents bf7b9edf6b81
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomNetworking/Internals/CommandDispatcher.h	Sat Jan 02 14:53:24 2021 +0100
+++ b/OrthancFramework/Sources/DicomNetworking/Internals/CommandDispatcher.h	Mon Jan 04 12:42:45 2021 +0100
@@ -65,7 +65,8 @@
     };
 
     CommandDispatcher* AcceptAssociation(const DicomServer& server, 
-                                         T_ASC_Network *net);
+                                         T_ASC_Network *net,
+                                         bool useDicomTls);
 
     OFCondition EchoScp(T_ASC_Association* assoc, 
                         T_DIMSE_Message* msg,