comparison OrthancFramework/Sources/JobsEngine/Operations/SequenceOfOperationsJob.h @ 4348:93c281752e7a

reintroduced backward ABI compatibility in Orthanc Framework .so for unit tests of Orthanc 1.7.2 to 1.8.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 06 Dec 2020 12:21:31 +0100
parents 2ae905070221
children e457c30970cf
comparison
equal deleted inserted replaced
4347:3dffe8f7af48 4348:93c281752e7a
82 { 82 {
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
88 void AddInput(size_t index,
89 const JobOperationValue& value) ORTHANC_DEPRECATED;
90 #endif
91
87 public: 92 public:
88 explicit Lock(SequenceOfOperationsJob& that); 93 explicit Lock(SequenceOfOperationsJob& that);
89 94
90 bool IsDone() const; 95 bool IsDone() const;
91 96