comparison Core/FileStorage/IStorageArea.h @ 1396:ac4efabeb80c

Migration of the orthanc-client as a separate project
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Jun 2015 11:15:55 +0200
parents 6e7e5ed91c2d
children b1291df2f780
comparison
equal deleted inserted replaced
1395:785e01da36a1 1396:ac4efabeb80c
32 32
33 #pragma once 33 #pragma once
34 34
35 #include "../Enumerations.h" 35 #include "../Enumerations.h"
36 36
37 #include <string>
37 #include <boost/noncopyable.hpp> 38 #include <boost/noncopyable.hpp>
38 39
39 namespace Orthanc 40 namespace Orthanc
40 { 41 {
41 class IStorageArea : public boost::noncopyable 42 class IStorageArea : public boost::noncopyable