diff OrthancServer/DicomProtocol/DicomServer.h @ 690:2e67366aab83

case-insensitive matching of Application Entity Titles
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Feb 2014 15:54:46 +0100
parents 2d0a347e8cfc
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/OrthancServer/DicomProtocol/DicomServer.h	Mon Feb 03 16:06:58 2014 +0100
+++ b/OrthancServer/DicomProtocol/DicomServer.h	Tue Feb 04 15:54:46 2014 +0100
@@ -106,6 +106,8 @@
     void Start();
   
     void Stop();
+
+    bool IsMyAETitle(const std::string& aet) const;
   };
 
 }