X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffactory_static.cpp;h=18f81eaa4e6c458a85e555108f919b60e0f3d05c;hb=2a22abb08a31fd2ce7343b26fdcb045bd8e42199;hp=d34eed6ab2e5f5d1220832a79d41b81cbf10b042;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;p=metaproxy-moved-to-github.git diff --git a/src/factory_static.cpp b/src/factory_static.cpp index d34eed6..18f81ea 100644 --- a/src/factory_static.cpp +++ b/src/factory_static.cpp @@ -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;