Mercurial > hg > orthanc
comparison Core/Toolbox.h @ 971:509e146c3cb3 plugins
integration mainline->plugins
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 30 Jun 2014 13:36:01 +0200 |
parents | 743a75b14bef 886652370ff2 |
children | 0bfeeb6d340f |
comparison
equal
deleted
inserted
replaced
955:743a75b14bef | 971:509e146c3cb3 |
---|---|
71 void RemoveFile(const std::string& path); | 71 void RemoveFile(const std::string& path); |
72 | 72 |
73 void SplitUriComponents(UriComponents& components, | 73 void SplitUriComponents(UriComponents& components, |
74 const std::string& uri); | 74 const std::string& uri); |
75 | 75 |
76 void TruncateUri(UriComponents& target, | |
77 const UriComponents& source, | |
78 size_t fromLevel); | |
79 | |
76 bool IsChildUri(const UriComponents& baseUri, | 80 bool IsChildUri(const UriComponents& baseUri, |
77 const UriComponents& testedUri); | 81 const UriComponents& testedUri); |
78 | 82 |
79 std::string AutodetectMimeType(const std::string& path); | 83 std::string AutodetectMimeType(const std::string& path); |
80 | 84 |