diff Core/HttpServer/EmbeddedResourceHttpHandler.h @ 355:753e69f9326e

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Jan 2013 17:56:44 +0100
parents fe180eae201d
children bdd72233b105
line wrap: on
line diff
--- a/Core/HttpServer/EmbeddedResourceHttpHandler.h	Wed Jan 30 14:34:36 2013 +0100
+++ b/Core/HttpServer/EmbeddedResourceHttpHandler.h	Wed Jan 30 17:56:44 2013 +0100
@@ -54,7 +54,7 @@
 
     virtual void Handle(
       HttpOutput& output,
-      const std::string& method,
+      Orthanc_HttpMethod method,
       const UriComponents& uri,
       const Arguments& headers,
       const Arguments& arguments,