comparison OrthancFramework/Sources/SystemToolbox.cpp @ 4297:785a2713323e

abi continued
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Nov 2020 17:20:49 +0100
parents ab4d015af660
children 52166629239f
comparison
equal deleted inserted replaced
4296:3b70a2e6a06c 4297:785a2713323e
231 231
232 f.close(); 232 f.close();
233 } 233 }
234 234
235 235
236 void Orthanc::SystemToolbox::ReadFile(std::string &content, const std::string &path) 236 void SystemToolbox::ReadFile(std::string &content, const std::string &path)
237 { 237 {
238 ReadFile(content, path, true /* log */); 238 ReadFile(content, path, true /* log */);
239 } 239 }
240 240
241 241