comparison Core/JobsEngine/SetOfInstancesJob.h @ 2648:e1893d31652a jobs

serialization of JobHandler
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 May 2018 18:44:05 +0200
parents c691fcf66071
children a3f0f61a14ca
comparison
equal deleted inserted replaced
2647:73d7d95dd75e 2648:e1893d31652a
107 107
108 virtual JobStepResult ExecuteStep(); 108 virtual JobStepResult ExecuteStep();
109 109
110 virtual void GetPublicContent(Json::Value& value); 110 virtual void GetPublicContent(Json::Value& value);
111 111
112 virtual void GetInternalContent(Json::Value& value); 112 virtual void Serialize(Json::Value& value);
113 }; 113 };
114 } 114 }