Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPlugins.h @ 3713:56f2397f027a storage-commitment
integration mainline->storage-commitment
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 02 Mar 2020 15:42:17 +0100 |
parents | d8371b4302ff 2a170a8f1faf |
children | 5ff5d5a0fd28 |
comparison
equal
deleted
inserted
replaced
3711:14b363d972a8 | 3713:56f2397f027a |
---|---|
336 const Json::Value& value); | 336 const Json::Value& value); |
337 | 337 |
338 void RefreshMetrics(); | 338 void RefreshMetrics(); |
339 | 339 |
340 // New in Orthanc 1.5.7 | 340 // New in Orthanc 1.5.7 |
341 virtual bool CreateChunkedRequestReader(std::auto_ptr<IChunkedRequestReader>& target, | 341 virtual bool CreateChunkedRequestReader(std::unique_ptr<IChunkedRequestReader>& target, |
342 RequestOrigin origin, | 342 RequestOrigin origin, |
343 const char* remoteIp, | 343 const char* remoteIp, |
344 const char* username, | 344 const char* username, |
345 HttpMethod method, | 345 HttpMethod method, |
346 const UriComponents& uri, | 346 const UriComponents& uri, |