diff Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 3399:4e8205871967

OrthancPluginRegisterMultipartRestCallback() is working
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Jun 2019 14:14:31 +0200
parents 9019279dbfd7
children 0faae6f6e3c5
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Fri Jun 07 13:36:43 2019 +0200
+++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Fri Jun 07 14:14:31 2019 +0200
@@ -948,6 +948,7 @@
     virtual IHandler* CreateHandler(OrthancPluginHttpMethod method,
                                     const std::string& url,
                                     const std::string& contentType,
+                                    const std::string& subType,  // Possibly empty
                                     const std::vector<std::string>& groups,
                                     const std::map<std::string, std::string>& headers) = 0;