Mercurial > hg > orthanc
changeset 4110:d99739cbe94c
make DicomInstanceHasher and ParsedDicomDir public classes
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 07 Jul 2020 10:03:59 +0200 |
parents | ad528c389d15 |
children | 7d0f42c98419 |
files | OrthancFramework/Sources/DicomFormat/DicomInstanceHasher.h OrthancFramework/Sources/DicomParsing/ParsedDicomDir.h |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomFormat/DicomInstanceHasher.h Mon Jul 06 21:34:35 2020 +0200 +++ b/OrthancFramework/Sources/DicomFormat/DicomInstanceHasher.h Tue Jul 07 10:03:59 2020 +0200 @@ -47,7 +47,7 @@ * collision attacks than MD5. <a * href="http://en.wikipedia.org/wiki/SHA-256#Comparison_of_SHA_functions">[Reference]</a> **/ - class DicomInstanceHasher + class ORTHANC_PUBLIC DicomInstanceHasher { private: std::string patientId_;
--- a/OrthancFramework/Sources/DicomParsing/ParsedDicomDir.h Mon Jul 06 21:34:35 2020 +0200 +++ b/OrthancFramework/Sources/DicomParsing/ParsedDicomDir.h Tue Jul 07 10:03:59 2020 +0200 @@ -41,7 +41,7 @@ namespace Orthanc { - class ParsedDicomDir : public boost::noncopyable + class ORTHANC_PUBLIC ParsedDicomDir : public boost::noncopyable { private: typedef std::map<uint32_t, size_t> OffsetToIndex;