comparison Core/Images/PamReader.h @ 2861:9b4251721f22

ImageAccessor now non-copyable
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Oct 2018 17:46:02 +0200
parents 5c18a22cb981
children 2ca9cd064b15
comparison
equal deleted inserted replaced
2857:482631e4e290 2861:9b4251721f22
37 37
38 #if !defined(ORTHANC_SANDBOXED) 38 #if !defined(ORTHANC_SANDBOXED)
39 # error The macro ORTHANC_SANDBOXED must be defined 39 # error The macro ORTHANC_SANDBOXED must be defined
40 #endif 40 #endif
41 41
42 #include <boost/noncopyable.hpp>
43
44 namespace Orthanc 42 namespace Orthanc
45 { 43 {
46 class PamReader : 44 class PamReader : public ImageAccessor
47 public ImageAccessor,
48 public boost::noncopyable
49 { 45 {
50 private: 46 private:
51 void ParseContent(); 47 void ParseContent();
52 48
53 std::string content_; 49 std::string content_;