diff Core/HttpServer/FilesystemHttpHandler.h @ 901:7d88f3f4a3b3 plugins

refactoring IsServedUri, answer PNG images, regular expression groups
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Jun 2014 15:22:13 +0200
parents 7e8cde5905fd
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/Core/HttpServer/FilesystemHttpHandler.h	Wed Jun 18 14:02:02 2014 +0200
+++ b/Core/HttpServer/FilesystemHttpHandler.h	Wed Jun 18 15:22:13 2014 +0200
@@ -52,8 +52,6 @@
     FilesystemHttpHandler(const std::string& baseUri,
                           const std::string& root);
 
-    virtual bool IsServedUri(const UriComponents& uri);
-
     virtual bool Handle(
       HttpOutput& output,
       HttpMethod method,