X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffactory_static.cpp;h=2b95aa95ed33b2789e210d177e5b07f0efab28c3;hb=df8db6d8a539fa6d793aeb541f7c64d625c91d42;hp=0c0197063d0cdb08e9fbd891664a6ad3743c4de7;hpb=14d0e634d5061208301502d813d488d1e82f190b;p=metaproxy-moved-to-github.git diff --git a/src/factory_static.cpp b/src/factory_static.cpp index 0c01970..2b95aa9 100644 --- a/src/factory_static.cpp +++ b/src/factory_static.cpp @@ -1,4 +1,4 @@ -/* $Id: factory_static.cpp,v 1.4 2006-01-04 14:30:51 adam Exp $ +/* $Id: factory_static.cpp,v 1.5 2006-01-12 10:04:34 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -16,6 +16,7 @@ #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,