X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffactory_static.cpp;h=d2d8797bb7fc4a0ec4e936f6fe5e347f7a7a1122;hb=73f37c91c144b070020df2f27472c09b62367acf;hp=18f81eaa4e6c458a85e555108f919b60e0f3d05c;hpb=a0bd9a4d8ff3a326f65cc585072d6547fd5bf22a;p=metaproxy-moved-to-github.git diff --git a/src/factory_static.cpp b/src/factory_static.cpp index 18f81ea..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-2011 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 @@ -43,6 +43,7 @@ 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" @@ -62,7 +63,7 @@ mp::FactoryStatic::FactoryStatic() &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, @@ -71,6 +72,7 @@ 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,