Mercurial > hg > orthanc
comparison OrthancServer/ServerToolbox.h @ 226:8a26a8e85edf
refactoring to read files
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 30 Nov 2012 09:45:29 +0100 |
parents | 4ce7fdcc8879 |
children | 7c1faef915a4 |
comparison
equal
deleted
inserted
replaced
225:03aa59ecf6d8 | 226:8a26a8e85edf |
---|---|
36 | 36 |
37 #include <json/json.h> | 37 #include <json/json.h> |
38 | 38 |
39 namespace Orthanc | 39 namespace Orthanc |
40 { | 40 { |
41 void ReadJson(Json::Value& target, | |
42 const FileStorage& storage, | |
43 const std::string& fileUuid); | |
44 | |
45 void SimplifyTags(Json::Value& target, | 41 void SimplifyTags(Json::Value& target, |
46 const Json::Value& source); | 42 const Json::Value& source); |
47 } | 43 } |