comparison UnitTestsSources/MultiThreadingTests.cpp @ 2648:e1893d31652a jobs

serialization of JobHandler
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 May 2018 18:44:05 +0200
parents 83ac5a05ce84
children 1da5a052c777
comparison
equal deleted inserted replaced
2647:73d7d95dd75e 2648:e1893d31652a
165 virtual void GetJobType(std::string& type) 165 virtual void GetJobType(std::string& type)
166 { 166 {
167 type = "DummyJob"; 167 type = "DummyJob";
168 } 168 }
169 169
170 virtual void GetInternalContent(Json::Value& value) 170 virtual void Serialize(Json::Value& value)
171 { 171 {
172 } 172 }
173 173
174 virtual void GetPublicContent(Json::Value& value) 174 virtual void GetPublicContent(Json::Value& value)
175 { 175 {