comparison Core/JobsEngine/JobInfo.h @ 2589:a3fdfb6979ed jobs

getting rid of ReusableDicomConnection in REST API
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 May 2018 16:10:03 +0200
parents 3372c5255333
children 73d7d95dd75e
comparison
equal deleted inserted replaced
2587:bf14b037731f 2589:a3fdfb6979ed
113 JobStatus& GetStatus() 113 JobStatus& GetStatus()
114 { 114 {
115 return status_; 115 return status_;
116 } 116 }
117 117
118 void Serialize(Json::Value& target) const; 118 void Serialize(Json::Value& target,
119 bool includeInternalContent) const;
119 }; 120 };
120 } 121 }