diff Core/RestApi/RestApi.h @ 473:c9a5d72f8481

changing the namespace of HTTP enumerations
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Jul 2013 17:22:13 +0200
parents bdd72233b105
children 443cced10836
line wrap: on
line diff
--- a/Core/RestApi/RestApi.h	Mon Jul 15 13:50:36 2013 +0200
+++ b/Core/RestApi/RestApi.h	Mon Jul 15 17:22:13 2013 +0200
@@ -212,7 +212,7 @@
     virtual bool IsServedUri(const UriComponents& uri);
 
     virtual void Handle(HttpOutput& output,
-                        Orthanc_HttpMethod method,
+                        HttpMethod method,
                         const UriComponents& uri,
                         const Arguments& headers,
                         const Arguments& getArguments,