Mercurial > hg > orthanc
comparison Core/SystemToolbox.h @ 3524:d96379a965de
merge
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 24 Sep 2019 18:06:56 +0200 |
parents | 793c141be598 |
children | 94f4a18a79cc |
comparison
equal
deleted
inserted
replaced
3523:c8e706b519cd | 3524:d96379a965de |
---|---|
57 ServerBarrierEvent ServerBarrier(const bool& stopFlag); | 57 ServerBarrierEvent ServerBarrier(const bool& stopFlag); |
58 | 58 |
59 ServerBarrierEvent ServerBarrier(); | 59 ServerBarrierEvent ServerBarrier(); |
60 | 60 |
61 void ReadFile(std::string& content, | 61 void ReadFile(std::string& content, |
62 const std::string& path); | 62 const std::string& path, |
63 bool log = true); | |
63 | 64 |
64 bool ReadHeader(std::string& header, | 65 bool ReadHeader(std::string& header, |
65 const std::string& path, | 66 const std::string& path, |
66 size_t headerSize); | 67 size_t headerSize); |
67 | 68 |