comparison Plugins/Engine/OrthancPlugins.h @ 1446:8dc80ba768aa

refactoring: IHttpHandler does not use std::string to hold the request body
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2015 13:16:12 +0200
parents f3672356c121
children b737acb13da5
comparison
equal deleted inserted replaced
1445:d26c8a93d05a 1446:8dc80ba768aa
104 virtual bool Handle(HttpOutput& output, 104 virtual bool Handle(HttpOutput& output,
105 HttpMethod method, 105 HttpMethod method,
106 const UriComponents& uri, 106 const UriComponents& uri,
107 const Arguments& headers, 107 const Arguments& headers,
108 const GetArguments& getArguments, 108 const GetArguments& getArguments,
109 const std::string& postData); 109 const char* bodyData,
110 size_t bodySize);
110 111
111 virtual bool InvokeService(_OrthancPluginService service, 112 virtual bool InvokeService(_OrthancPluginService service,
112 const void* parameters); 113 const void* parameters);
113 114
114 virtual void SignalChange(const ServerIndexChange& change); 115 virtual void SignalChange(const ServerIndexChange& change);