comparison Orthanc/Core/Toolbox.cpp @ 148:4217644ac904

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 14:16:28 +0100
parents d850500b8ca6
children 8189115c0da5
comparison
equal deleted inserted replaced
147:70d1fe6d6309 148:4217644ac904
101 } 101 }
102 } 102 }
103 #endif 103 #endif
104 104
105 105
106 #if ORTHANC_PUGIXML_ENABLED == 1 106 #if ORTHANC_ENABLE_PUGIXML == 1
107 #include "ChunkedBuffer.h" 107 #include "ChunkedBuffer.h"
108 #include <pugixml.hpp> 108 #include <pugixml.hpp>
109 #endif 109 #endif
110 110
111 111
1205 return boost::filesystem::exists(path); 1205 return boost::filesystem::exists(path);
1206 } 1206 }
1207 #endif 1207 #endif
1208 1208
1209 1209
1210 #if ORTHANC_PUGIXML_ENABLED == 1 1210 #if ORTHANC_ENABLE_PUGIXML == 1
1211 class ChunkedBufferWriter : public pugi::xml_writer 1211 class ChunkedBufferWriter : public pugi::xml_writer
1212 { 1212 {
1213 private: 1213 private:
1214 ChunkedBuffer buffer_; 1214 ChunkedBuffer buffer_;
1215 1215