From: Jakub Skoczen Date: Tue, 7 May 2013 11:49:50 +0000 (+0200) Subject: Include filter in the static factory X-Git-Tag: v1.3.59~57^2~22 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=e70af82aac79f1313b235417da3fc6d592f96e5f;p=metaproxy-moved-to-github.git Include filter in the static factory --- diff --git a/src/factory_static.cpp b/src/factory_static.cpp index 57636d6..f0ce36c 100644 --- a/src/factory_static.cpp +++ b/src/factory_static.cpp @@ -52,6 +52,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "filter_z3950_client.hpp" #include "filter_zeerex_explain.hpp" #include "filter_zoom.hpp" +#include "filter_http_rewrite.hpp" namespace mp = metaproxy_1; @@ -83,6 +84,7 @@ mp::FactoryStatic::FactoryStatic() &metaproxy_1_filter_z3950_client, &metaproxy_1_filter_zeerex_explain, &metaproxy_1_filter_zoom, + &metaproxy_1_filter_http_rewrite, 0 }; int i;