X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffactory_static.cpp;h=378a7422764b40f538602be41b8f212f55e46b77;hb=9f255f52501e9429f643772a186cc7a72a5e8893;hp=55d24f81bf64e5ce22dfd8e9b9f216bc3405e545;hpb=4a440b06cef2999739f9f86ea1bce7a0e8cf72d3;p=metaproxy-moved-to-github.git diff --git a/src/factory_static.cpp b/src/factory_static.cpp index 55d24f8..378a742 100644 --- a/src/factory_static.cpp +++ b/src/factory_static.cpp @@ -1,4 +1,4 @@ -/* $Id: factory_static.cpp,v 1.10 2006-06-10 14:29:12 adam Exp $ +/* $Id: factory_static.cpp,v 1.11 2006-08-31 13:01:09 marc Exp $ Copyright (c) 2005-2006, Index Data. See the LICENSE file for details @@ -17,6 +17,7 @@ #include "filter_auth_simple.hpp" #include "filter_backend_test.hpp" +#include "filter_bounce.hpp" #include "filter_frontend_net.hpp" #include "filter_http_file.hpp" #include "filter_log.hpp" @@ -34,6 +35,7 @@ mp::FactoryStatic::FactoryStatic() struct metaproxy_1_filter_struct *buildins[] = { &metaproxy_1_filter_auth_simple, &metaproxy_1_filter_backend_test, + &metaproxy_1_filter_bounce, &metaproxy_1_filter_frontend_net, &metaproxy_1_filter_http_file, &metaproxy_1_filter_log,