Mercurial > hg > orthanc
comparison OrthancFramework/Sources/DicomFormat/DicomValue.h @ 4304:50b0c69b653a
continued abi
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 06 Nov 2020 16:33:52 +0100 |
parents | 3b70a2e6a06c |
children | d9473bd5ed43 |
comparison
equal
deleted
inserted
replaced
4303:44b53a2c0a13 | 4304:50b0c69b653a |
---|---|
70 | 70 |
71 #if ORTHANC_ENABLE_BASE64 == 1 | 71 #if ORTHANC_ENABLE_BASE64 == 1 |
72 void FormatDataUriScheme(std::string& target, | 72 void FormatDataUriScheme(std::string& target, |
73 const std::string& mime) const; | 73 const std::string& mime) const; |
74 | 74 |
75 void FormatDataUriScheme(std::string& target) const | 75 void FormatDataUriScheme(std::string& target) const; |
76 { | |
77 FormatDataUriScheme(target, MIME_BINARY); | |
78 } | |
79 #endif | 76 #endif |
80 | 77 |
81 bool CopyToString(std::string& result, | 78 bool CopyToString(std::string& result, |
82 bool allowBinary) const; | 79 bool allowBinary) const; |
83 | 80 |