X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffactory_static.cpp;h=fbfb0f78d9f2821db280472a0b88776017f38720;hb=d625b10d219f5ece1aa7632e6cff2fcc5fcbd632;hp=6142d46e045ab29c1319eff4bdff3e8687844bad;hpb=7dbcef088f731431c83c9e8486bf0c455c8b8e85;p=metaproxy-moved-to-github.git diff --git a/src/factory_static.cpp b/src/factory_static.cpp index 6142d46..fbfb0f7 100644 --- a/src/factory_static.cpp +++ b/src/factory_static.cpp @@ -1,4 +1,4 @@ -/* $Id: factory_static.cpp,v 1.15 2007-01-02 15:35:36 marc Exp $ +/* $Id: factory_static.cpp,v 1.16 2007-01-12 10:16:21 adam Exp $ Copyright (c) 2005-2006, Index Data. See the LICENSE file for details @@ -18,6 +18,7 @@ #include "filter_auth_simple.hpp" #include "filter_backend_test.hpp" #include "filter_bounce.hpp" +#include "filter_cql_to_rpn.hpp" #include "filter_frontend_net.hpp" #include "filter_http_file.hpp" #include "filter_load_balance.hpp" @@ -40,6 +41,7 @@ mp::FactoryStatic::FactoryStatic() &metaproxy_1_filter_auth_simple, &metaproxy_1_filter_backend_test, &metaproxy_1_filter_bounce, + &metaproxy_1_filter_cql_to_rpn, &metaproxy_1_filter_frontend_net, &metaproxy_1_filter_http_file, &metaproxy_1_filter_load_balance,