comparison Applications/StoneApplicationContext.h @ 1298:8a0a62189f46

replacing std::auto_ptr by std::unique_ptr
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Mar 2020 16:31:30 +0100
parents 2d8ab34c8c91
children 257f2c9a02ac
comparison
equal deleted inserted replaced
1296:86400fa16091 1298:8a0a62189f46
60 { 60 {
61 private: 61 private:
62 MessageBroker& broker_; 62 MessageBroker& broker_;
63 Deprecated::IWebService* webService_; 63 Deprecated::IWebService* webService_;
64 Deprecated::IDelayedCallExecutor* delayedCallExecutor_; 64 Deprecated::IDelayedCallExecutor* delayedCallExecutor_;
65 std::auto_ptr<Deprecated::OrthancApiClient> orthanc_; 65 std::unique_ptr<Deprecated::OrthancApiClient> orthanc_;
66 std::string orthancBaseUrl_; 66 std::string orthancBaseUrl_;
67 67
68 void InitializeOrthanc(); 68 void InitializeOrthanc();
69 69
70 public: 70 public: