comparison OrthancServer/ServerJobs/ArchiveJob.h @ 2648:e1893d31652a jobs

serialization of JobHandler
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 May 2018 18:44:05 +0200
parents 2406ae891747
children 228e2783ce83
comparison
equal deleted inserted replaced
2647:73d7d95dd75e 2648:e1893d31652a
95 95
96 virtual void GetJobType(std::string& target); 96 virtual void GetJobType(std::string& target);
97 97
98 virtual void GetPublicContent(Json::Value& value); 98 virtual void GetPublicContent(Json::Value& value);
99 99
100 virtual void GetInternalContent(Json::Value& value); 100 virtual void Serialize(Json::Value& value);
101 }; 101 };
102 } 102 }