diff Core/HttpServer/EmbeddedResourceHttpHandler.h @ 895:7e8cde5905fd plugins

allow superposition of REST handlers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 16 Jun 2014 17:47:58 +0200
parents 2d0a347e8cfc
children 7d88f3f4a3b3
line wrap: on
line diff
--- a/Core/HttpServer/EmbeddedResourceHttpHandler.h	Mon Jun 16 17:31:09 2014 +0200
+++ b/Core/HttpServer/EmbeddedResourceHttpHandler.h	Mon Jun 16 17:47:58 2014 +0200
@@ -52,7 +52,7 @@
 
     virtual bool IsServedUri(const UriComponents& uri);
 
-    virtual void Handle(
+    virtual bool Handle(
       HttpOutput& output,
       HttpMethod method,
       const UriComponents& uri,