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

serialization of JobHandler
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 May 2018 18:44:05 +0200
parents 56bee263645f
children 228e2783ce83
comparison
equal deleted inserted replaced
2647:73d7d95dd75e 2648:e1893d31652a
901 value["UncompressedSizeMB"] = 901 value["UncompressedSizeMB"] =
902 static_cast<unsigned int>(uncompressedSize_ / MEGA_BYTES); 902 static_cast<unsigned int>(uncompressedSize_ / MEGA_BYTES);
903 } 903 }
904 904
905 905
906 void ArchiveJob::GetInternalContent(Json::Value& value) 906 void ArchiveJob::Serialize(Json::Value& value)
907 { 907 {
908 // TODO 908 // TODO
909 } 909 }
910 } 910 }