comparison OrthancFramework/Sources/TemporaryFile.h @ 4231:290ffcb0a147

publishing the DICOM hierarchy as WebDAV bucket
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Oct 2020 20:55:16 +0200
parents b313a0001893
children b30a8de92ad9
comparison
equal deleted inserted replaced
4230:b313a0001893 4231:290ffcb0a147
31 #if ORTHANC_SANDBOXED == 1 31 #if ORTHANC_SANDBOXED == 1
32 # error The class TemporaryFile cannot be used in sandboxed environments 32 # error The class TemporaryFile cannot be used in sandboxed environments
33 #endif 33 #endif
34 34
35 #include <boost/noncopyable.hpp> 35 #include <boost/noncopyable.hpp>
36 #include <stdint.h>
36 #include <string> 37 #include <string>
37 38
38 namespace Orthanc 39 namespace Orthanc
39 { 40 {
40 class ORTHANC_PUBLIC TemporaryFile : public boost::noncopyable 41 class ORTHANC_PUBLIC TemporaryFile : public boost::noncopyable