comparison Core/RestApi/RestApiHierarchy.h @ 4026:05a363186da6

ORTHANC_BUILDING_FRAMEWORK_LIBRARY, Orthanc::InitializeFramework()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Jun 2020 16:26:57 +0200
parents f9863630ec7f
children
comparison
equal deleted inserted replaced
4019:bf35c4628777 4026:05a363186da6
43 namespace Orthanc 43 namespace Orthanc
44 { 44 {
45 class ORTHANC_PUBLIC 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 ORTHANC_PUBLIC Resource : public boost::noncopyable
49 { 49 {
50 private: 50 private:
51 RestApiGetCall::Handler getHandler_; 51 RestApiGetCall::Handler getHandler_;
52 RestApiPostCall::Handler postHandler_; 52 RestApiPostCall::Handler postHandler_;
53 RestApiPutCall::Handler putHandler_; 53 RestApiPutCall::Handler putHandler_;