comparison Framework/Oracle/WebAssemblyOracle.h @ 1299:c38c89684d83 broker

replacing std::auto_ptr by std::unique_ptr
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Mar 2020 17:21:24 +0100
parents 7ec8fea061b9
children 30deba7bc8e2
comparison
equal deleted inserted replaced
1297:6ab03e429f06 1299:c38c89684d83
79 bool isLocalOrthanc_; 79 bool isLocalOrthanc_;
80 std::string localOrthancRoot_; 80 std::string localOrthancRoot_;
81 Orthanc::WebServiceParameters remoteOrthanc_; 81 Orthanc::WebServiceParameters remoteOrthanc_;
82 82
83 #if ORTHANC_ENABLE_DCMTK == 1 83 #if ORTHANC_ENABLE_DCMTK == 1
84 std::auto_ptr<ParsedDicomCache> dicomCache_; 84 std::unique_ptr<ParsedDicomCache> dicomCache_;
85 #endif 85 #endif
86 86
87 public: 87 public:
88 WebAssemblyOracle() : 88 WebAssemblyOracle() :
89 isLocalOrthanc_(false) 89 isLocalOrthanc_(false)