X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffactory_static.cpp;h=d2d8797bb7fc4a0ec4e936f6fe5e347f7a7a1122;hb=98baf24c524d68c2bc44e31863a89b0f66e2dbda;hp=59709e51f7b4d1a4f2638e8e206a79c1750171a0;hpb=74d16c70e558c6b5fb0ff5b057a047d4da6d5a66;p=metaproxy-moved-to-github.git diff --git a/src/factory_static.cpp b/src/factory_static.cpp index 59709e5..d2d8797 100644 --- a/src/factory_static.cpp +++ b/src/factory_static.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2010 Index Data + Copyright (C) 2005-2012 Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -30,7 +30,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "filter_auth_simple.hpp" #include "filter_backend_test.hpp" #include "filter_bounce.hpp" +#ifndef WIN32 #include "filter_cgi.hpp" +#endif #include "filter_cql_to_rpn.hpp" #include "filter_frontend_net.hpp" #include "filter_http_file.hpp" @@ -41,11 +43,13 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "filter_query_rewrite.hpp" #include "filter_record_transform.hpp" #include "filter_session_shared.hpp" +#include "filter_sort.hpp" #include "filter_sru_to_z3950.hpp" #include "filter_template.hpp" #include "filter_virt_db.hpp" #include "filter_z3950_client.hpp" #include "filter_zeerex_explain.hpp" +#include "filter_zoom.hpp" namespace mp = metaproxy_1; @@ -55,9 +59,11 @@ mp::FactoryStatic::FactoryStatic() &metaproxy_1_filter_auth_simple, &metaproxy_1_filter_backend_test, &metaproxy_1_filter_bounce, +#ifndef WIN32 &metaproxy_1_filter_cgi, +#endif &metaproxy_1_filter_cql_to_rpn, - &metaproxy_1_filter_frontend_net, + &metaproxy_1_filter_frontend_net, &metaproxy_1_filter_http_file, &metaproxy_1_filter_limit, &metaproxy_1_filter_load_balance, @@ -66,11 +72,13 @@ mp::FactoryStatic::FactoryStatic() &metaproxy_1_filter_query_rewrite, &metaproxy_1_filter_record_transform, &metaproxy_1_filter_session_shared, + &metaproxy_1_filter_sort, &metaproxy_1_filter_sru_to_z3950, &metaproxy_1_filter_template, &metaproxy_1_filter_virt_db, &metaproxy_1_filter_z3950_client, &metaproxy_1_filter_zeerex_explain, + &metaproxy_1_filter_zoom, 0 }; int i;