comparison Resources/Patches/dcmtk-dcdict_orthanc.cc @ 3595:0080c9b492e5

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jan 2020 18:02:21 +0100
parents 0301f59450fe
children
comparison
equal deleted inserted replaced
3594:0654d0838de8 3595:0080c9b492e5
1 // Function by the Orthanc project to load a dictionary from a memory 1 // Function by the Orthanc project to load a dictionary from a memory
2 // buffer, which is necessary in sandboxed environments. This is an 2 // buffer, which is necessary in sandboxed environments. This is an
3 // adapted version of DcmDataDictionary::loadDictionary(). 3 // adapted version of DcmDataDictionary::loadDictionary().
4 4
5 5 #include <string>
6 #include <boost/noncopyable.hpp> 6 #include <boost/noncopyable.hpp>
7 7
8 struct OrthancLinesIterator; 8 struct OrthancLinesIterator;
9 9
10 // This plain old C class is implemented in "../../Core/Toolbox.h" 10 // This plain old C class is implemented in "../../Core/Toolbox.h"