comparison Plugins/Engine/OrthancPlugins.h @ 3712:2a170a8f1faf

replacing std::auto_ptr by std::unique_ptr
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Mar 2020 15:32:45 +0100
parents 94f4a18a79cc
children 56f2397f027a
comparison
equal deleted inserted replaced
3709:1f4910999fe7 3712:2a170a8f1faf
332 const Json::Value& value); 332 const Json::Value& value);
333 333
334 void RefreshMetrics(); 334 void RefreshMetrics();
335 335
336 // New in Orthanc 1.5.7 336 // New in Orthanc 1.5.7
337 virtual bool CreateChunkedRequestReader(std::auto_ptr<IChunkedRequestReader>& target, 337 virtual bool CreateChunkedRequestReader(std::unique_ptr<IChunkedRequestReader>& target,
338 RequestOrigin origin, 338 RequestOrigin origin,
339 const char* remoteIp, 339 const char* remoteIp,
340 const char* username, 340 const char* username,
341 HttpMethod method, 341 HttpMethod method,
342 const UriComponents& uri, 342 const UriComponents& uri,