diff OrthancServer/DicomProtocol/IApplicationEntityFilter.h @ 1164:0a55d8eb194e

Configuration/Lua to select the accepted C-Store SCP transfer syntaxes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Sep 2014 17:18:26 +0200
parents 3db41779d8f9
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/OrthancServer/DicomProtocol/IApplicationEntityFilter.h	Wed Sep 17 17:23:08 2014 +0200
+++ b/OrthancServer/DicomProtocol/IApplicationEntityFilter.h	Thu Sep 18 17:18:26 2014 +0200
@@ -52,7 +52,8 @@
                                   const std::string& callingAet,
                                   DicomRequestType type) = 0;
 
-    virtual bool IsAllowedTransferSyntax(const std::string& callingAet,
+    virtual bool IsAllowedTransferSyntax(const std::string& callingIp,
+                                         const std::string& callingAet,
                                          TransferSyntax syntax) = 0;
   };
 }