Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
689:2d0a347e8cfc | 690:2e67366aab83 |
---|---|
104 IApplicationEntityFilter& GetApplicationEntityFilter() const; | 104 IApplicationEntityFilter& GetApplicationEntityFilter() const; |
105 | 105 |
106 void Start(); | 106 void Start(); |
107 | 107 |
108 void Stop(); | 108 void Stop(); |
109 | |
110 bool IsMyAETitle(const std::string& aet) const; | |
109 }; | 111 }; |
110 | 112 |
111 } | 113 } |