Mercurial > hg > orthanc
diff Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 2984:db8f360fcb41
OrthancPluginAutodetectMimeType()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 08 Dec 2018 20:59:37 +0100 |
parents | 5947aeedf41f |
children | 32ec5078e32b |
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h Sat Dec 08 11:54:14 2018 +0100 +++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h Sat Dec 08 20:59:37 2018 +0100 @@ -492,8 +492,7 @@ void AnswerMethodNotAllowed(OrthancPluginRestOutput* output, const char* allowedMethods); - const char* GetMimeType(const std::string& path); - + const char* AutodetectMimeType(const std::string& path); void LogError(const std::string& message);