X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fex_filter_frontend_net.cpp;h=38ac43347092ff952719989c9e62ee3cfeb92c7a;hb=7c5a169c1bcccae466bf78af1fae376d81812c43;hp=a124e6a10ce5e7183a5093244496d4545fa95a55;hpb=f1de0d00348a888657fa7940421de0a62e0c1957;p=metaproxy-moved-to-github.git diff --git a/src/ex_filter_frontend_net.cpp b/src/ex_filter_frontend_net.cpp index a124e6a..38ac433 100644 --- a/src/ex_filter_frontend_net.cpp +++ b/src/ex_filter_frontend_net.cpp @@ -1,4 +1,4 @@ -/* $Id: ex_filter_frontend_net.cpp,v 1.18 2005-11-14 23:35:22 adam Exp $ +/* $Id: ex_filter_frontend_net.cpp,v 1.19 2005-12-09 11:27:59 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -105,10 +105,10 @@ int main(int argc, char **argv) yp2::filter::Virt_db filter_virt_db; filter_virt_db.add_map_db2vhost("gils", "indexdata.dk/gils"); filter_virt_db.add_map_db2vhost("Default", "localhost:9100/Default"); -// router.append(filter_virt_db); + router.append(filter_virt_db); - yp2::filter::Session_shared filter_session_shared; - router.append(filter_session_shared); +// yp2::filter::Session_shared filter_session_shared; +// router.append(filter_session_shared); yp2::filter::Log filter_log_back("BACK"); router.append(filter_log_back);