X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffactory_static.cpp;h=2b95aa95ed33b2789e210d177e5b07f0efab28c3;hb=43f83ff3bbbb31c8fee9ba67da5a89f9cddf0ae7;hp=f988789f547fe43ad65ecc6054d181d9f9aca434;hpb=48f4e384860829966eacf4881fbf1ccbed38be6a;p=metaproxy-moved-to-github.git diff --git a/src/factory_static.cpp b/src/factory_static.cpp index f988789..2b95aa9 100644 --- a/src/factory_static.cpp +++ b/src/factory_static.cpp @@ -1,4 +1,4 @@ -/* $Id: factory_static.cpp,v 1.3 2006-01-04 14:15:45 adam Exp $ +/* $Id: factory_static.cpp,v 1.5 2006-01-12 10:04:34 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -14,8 +14,9 @@ #include "filter.hpp" #include "package.hpp" -#include "filter_factory.hpp" +#include "factory_filter.hpp" +#include "filter_auth_simple.hpp" #include "filter_backend_test.hpp" #include "filter_frontend_net.hpp" #include "filter_log.hpp" @@ -27,6 +28,7 @@ yp2::FactoryStatic::FactoryStatic() { struct yp2_filter_struct *buildins[] = { + &yp2_filter_auth_simple, &yp2_filter_backend_test, &yp2_filter_frontend_net, &yp2_filter_log,