comparison Orthanc/Core/FileStorage/FilesystemStorage.h @ 172:330ecfd96aec

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Oct 2017 12:53:46 +0200
parents 5dc54316d68b
children dd1ad819ca33
comparison
equal deleted inserted replaced
171:b6c55352818c 172:330ecfd96aec
30 * along with this program. If not, see <http://www.gnu.org/licenses/>. 30 * along with this program. If not, see <http://www.gnu.org/licenses/>.
31 **/ 31 **/
32 32
33 33
34 #pragma once 34 #pragma once
35
36 #if !defined(ORTHANC_SANDBOXED)
37 # error The macro ORTHANC_SANDBOXED must be defined
38 #endif
39
40 #if ORTHANC_SANDBOXED == 1
41 # error The class FilesystemStorage cannot be used in sandboxed environments
42 #endif
35 43
36 #include "IStorageArea.h" 44 #include "IStorageArea.h"
37 45
38 #include <stdint.h> 46 #include <stdint.h>
39 #include <boost/filesystem.hpp> 47 #include <boost/filesystem.hpp>