X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ftest_filter_frontend_net.cpp;h=8af770dc439ca72fc12c6788808cdf1a6627b17c;hb=ced440c14eaf1e9408f994ef1e7be2deb8a7db0b;hp=7bdb01a53392c7c93430b924d8fd3604a8aca99e;hpb=f82b19f2b93707657fee804bd1242f2548d51ada;p=metaproxy-moved-to-github.git diff --git a/src/test_filter_frontend_net.cpp b/src/test_filter_frontend_net.cpp index 7bdb01a..8af770d 100644 --- a/src/test_filter_frontend_net.cpp +++ b/src/test_filter_frontend_net.cpp @@ -1,4 +1,4 @@ -/* $Id: test_filter_frontend_net.cpp,v 1.7 2005-10-15 14:09:09 adam Exp $ +/* $Id: test_filter_frontend_net.cpp,v 1.8 2005-10-16 16:05:44 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -22,7 +22,7 @@ using namespace boost::unit_test; class FilterInit: public yp2::filter::Base { public: void process(yp2::Package & package) const { - + if (package.session().is_closed()) { // std::cout << "Got Close.\n";