X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffactory_static.cpp;h=f0ce36c523dab263354dbdb0b94640d3c2c9494b;hb=a258482a3b53b90b0932f4a789ba66e8e1576c05;hp=57636d6f79bb1739846feaffa78b5690492b8d1f;hpb=58556d445148f40d65dbfee9f87ddae009d08cae;p=metaproxy-moved-to-github.git 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;