X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_backend_test.hpp;h=6842af8925c99340a94429f25bee8ec8c4d9fa69;hb=77dee8966dd1304a0fb8540c3fc68d02dc6ce84a;hp=6442d43063a9451ac03a04019acfecf4c0c6a433;hpb=7467b072bb64f5c8575daa9917cce7df62d832f1;p=metaproxy-moved-to-github.git diff --git a/src/filter_backend_test.hpp b/src/filter_backend_test.hpp index 6442d43..6842af8 100644 --- a/src/filter_backend_test.hpp +++ b/src/filter_backend_test.hpp @@ -1,4 +1,4 @@ -/* $Id: filter_backend_test.hpp,v 1.3 2005-10-29 22:23:36 marc Exp $ +/* $Id: filter_backend_test.hpp,v 1.5 2005-11-10 23:10:42 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -7,8 +7,6 @@ #ifndef FILTER_BACKEND_TEST_HPP #define FILTER_BACKEND_TEST_HPP -#include -#include #include #include "filter.hpp" @@ -21,9 +19,6 @@ namespace yp2 { ~Backend_test(); Backend_test(); void process(yp2::Package & package) const; - const std::string type() const { - return "Backend_test"; - }; private: boost::scoped_ptr m_p; };