comparison OrthancFramework/Sources/JobsEngine/Operations/SequenceOfOperationsJob.h @ 4350:e457c30970cf

fix ORTHANC_DEPRECATED macro for C++14
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 06 Dec 2020 13:16:27 +0100
parents 93c281752e7a
children d9473bd5ed43
comparison
equal deleted inserted replaced
4349:85237ae3a076 4350:e457c30970cf
83 private: 83 private:
84 SequenceOfOperationsJob& that_; 84 SequenceOfOperationsJob& that_;
85 boost::mutex::scoped_lock lock_; 85 boost::mutex::scoped_lock lock_;
86 86
87 #if ORTHANC_BUILDING_FRAMEWORK_LIBRARY == 1 87 #if ORTHANC_BUILDING_FRAMEWORK_LIBRARY == 1
88 void AddInput(size_t index, 88 ORTHANC_DEPRECATED(void AddInput(size_t index,
89 const JobOperationValue& value) ORTHANC_DEPRECATED; 89 const JobOperationValue& value));
90 #endif 90 #endif
91 91
92 public: 92 public:
93 explicit Lock(SequenceOfOperationsJob& that); 93 explicit Lock(SequenceOfOperationsJob& that);
94 94