Mercurial > hg > orthanc
diff Core/JobsEngine/JobStatus.h @ 2647:73d7d95dd75e jobs
removal of internal job information
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 31 May 2018 17:45:09 +0200 |
parents | 8da2cffc2378 |
children | e1893d31652a |
line wrap: on
line diff
--- a/Core/JobsEngine/JobStatus.h Thu May 31 17:30:22 2018 +0200 +++ b/Core/JobsEngine/JobStatus.h Thu May 31 17:45:09 2018 +0200 @@ -44,7 +44,6 @@ float progress_; std::string jobType_; Json::Value publicContent_; - Json::Value internalContent_; public: JobStatus(); @@ -76,10 +75,5 @@ { return publicContent_; } - - const Json::Value& GetInternalContent() const - { - return internalContent_; - } }; }