Mercurial > hg > orthanc
comparison Core/RestApi/RestApiPath.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 |
comparison
equal
deleted
inserted
replaced
3991:5d2348b39392 | 3992:f9863630ec7f |
---|---|
38 | 38 |
39 #include <map> | 39 #include <map> |
40 | 40 |
41 namespace Orthanc | 41 namespace Orthanc |
42 { | 42 { |
43 class RestApiPath | 43 class ORTHANC_PUBLIC RestApiPath : public boost::noncopyable |
44 { | 44 { |
45 private: | 45 private: |
46 UriComponents uri_; | 46 UriComponents uri_; |
47 bool hasTrailing_; | 47 bool hasTrailing_; |
48 std::vector<std::string> components_; | 48 std::vector<std::string> components_; |