X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffactory_static.cpp;h=3cd7ce81f697d4a457cee34819605b7706a16834;hb=51bd69f6e778ab83e4017172625c0decc8465e1b;hp=51cb3fc46f2e5be1c6c59529958b0e6c7f8aa727;hpb=05453ec8314180f861bbc649c0cb8a451a1af971;p=metaproxy-moved-to-github.git diff --git a/src/factory_static.cpp b/src/factory_static.cpp index 51cb3fc..3cd7ce8 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 @@ -48,6 +48,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "filter_virt_db.hpp" #include "filter_z3950_client.hpp" #include "filter_zeerex_explain.hpp" +#include "filter_zoom.hpp" namespace mp = metaproxy_1; @@ -75,6 +76,7 @@ mp::FactoryStatic::FactoryStatic() &metaproxy_1_filter_virt_db, &metaproxy_1_filter_z3950_client, &metaproxy_1_filter_zeerex_explain, + &metaproxy_1_filter_zoom, 0 }; int i;