diff Core/RestApi/RestApi.h @ 355:753e69f9326e

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