diff Core/HttpServer/MongooseServer.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 63f707278fc8
children 2d0a347e8cfc
line wrap: on
line diff
--- a/Core/HttpServer/MongooseServer.h	Mon Jul 15 13:50:36 2013 +0200
+++ b/Core/HttpServer/MongooseServer.h	Mon Jul 15 17:22:13 2013 +0200
@@ -51,7 +51,7 @@
     {
     }
 
-    virtual bool IsAllowed(Orthanc_HttpMethod method,
+    virtual bool IsAllowed(HttpMethod method,
                            const char* uri,
                            const char* ip,
                            const char* username) const = 0;