comparison Core/RestApi/RestApiHierarchy.h @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents 94f4a18a79cc
children 05a363186da6
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
40 40
41 #include <set> 41 #include <set>
42 42
43 namespace Orthanc 43 namespace Orthanc
44 { 44 {
45 class RestApiHierarchy : public boost::noncopyable 45 class ORTHANC_PUBLIC RestApiHierarchy : public boost::noncopyable
46 { 46 {
47 public: 47 public:
48 class Resource : public boost::noncopyable 48 class Resource : public boost::noncopyable
49 { 49 {
50 private: 50 private: