X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftest_filter1.cpp;fp=src%2Ftest_filter1.cpp;h=2dd43aaccc0dfd4013fd2c518fc2f74f240a8743;hb=79100c2ae2dac4bdde4f4d46b69e147562b4ec6c;hp=162b2099a68d00e784a84cdf1e360e9aa52c498c;hpb=ddef5183e8d66d71d9ded936a0c68b947d7804e0;p=metaproxy-moved-to-github.git diff --git a/src/test_filter1.cpp b/src/test_filter1.cpp index 162b209..2dd43aa 100644 --- a/src/test_filter1.cpp +++ b/src/test_filter1.cpp @@ -1,5 +1,5 @@ -/* $Id: test_filter1.cpp,v 1.14 2005-12-02 12:21:07 adam Exp $ - Copyright (c) 2005, Index Data. +/* $Id: test_filter1.cpp,v 1.15 2006-03-16 10:40:59 adam Exp $ + Copyright (c) 2005-2006, Index Data. %LICENSE% */ @@ -14,10 +14,11 @@ #include using namespace boost::unit_test; +namespace mp = metaproxy_1; -class TFilter: public yp2::filter::Base { +class TFilter: public mp::filter::Base { public: - void process(yp2::Package & package) const {}; + void process(mp::Package & package) const {}; };