comparison OrthancServer/ServerToolbox.cpp @ 234:7c1faef915a4

cleaning room
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2012 14:34:42 +0100
parents 8a26a8e85edf
children 4d5f0857ec9c
comparison
equal deleted inserted replaced
233:c11273198cef 234:7c1faef915a4
31 31
32 32
33 #include "ServerToolbox.h" 33 #include "ServerToolbox.h"
34 34
35 #include "../Core/OrthancException.h" 35 #include "../Core/OrthancException.h"
36
37 #include <cassert>
36 38
37 namespace Orthanc 39 namespace Orthanc
38 { 40 {
39 void SimplifyTags(Json::Value& target, 41 void SimplifyTags(Json::Value& target,
40 const Json::Value& source) 42 const Json::Value& source)