comparison Orthanc/Core/Toolbox.h @ 129:2c73a785c08e

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 14 May 2016 16:39:55 +0200
parents e8cfda4c8a2f
children d73006baca3f
comparison
equal deleted inserted replaced
128:e8cfda4c8a2f 129:2c73a785c08e
125 125
126 void EncodeBase64(std::string& result, 126 void EncodeBase64(std::string& result,
127 const std::string& data); 127 const std::string& data);
128 128
129 # if BOOST_HAS_REGEX == 1 129 # if BOOST_HAS_REGEX == 1
130 void DecodeDataUriScheme(std::string& mime, 130 bool DecodeDataUriScheme(std::string& mime,
131 std::string& content, 131 std::string& content,
132 const std::string& source); 132 const std::string& source);
133 # endif 133 # endif
134 134
135 void EncodeDataUriScheme(std::string& result, 135 void EncodeDataUriScheme(std::string& result,