diff Plugins/Engine/PluginsHttpHandler.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 bb0a51561016
children 2732b5f57d9c
line wrap: on
line diff
--- a/Plugins/Engine/PluginsHttpHandler.h	Wed Jun 18 14:02:02 2014 +0200
+++ b/Plugins/Engine/PluginsHttpHandler.h	Wed Jun 18 15:22:13 2014 +0200
@@ -52,8 +52,6 @@
 
     virtual ~PluginsHttpHandler();
 
-    virtual bool IsServedUri(const UriComponents& uri);
-
     virtual bool Handle(HttpOutput& output,
                         HttpMethod method,
                         const UriComponents& uri,