X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_backend_test.hpp;h=56bff11621f7711dfbc546d6731c8b615f4970b2;hb=73f37c91c144b070020df2f27472c09b62367acf;hp=b067fa562945a5bef97b6f6cb09731f28476a419;hpb=e6d572ef110d14fa55115021505b808620457bd3;p=metaproxy-moved-to-github.git diff --git a/src/filter_backend_test.hpp b/src/filter_backend_test.hpp index b067fa5..56bff11 100644 --- a/src/filter_backend_test.hpp +++ b/src/filter_backend_test.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2010 Index Data + Copyright (C) 2005-2012 Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -31,6 +31,8 @@ namespace metaproxy_1 { ~BackendTest(); BackendTest(); void process(metaproxy_1::Package & package) const; + void configure(const xmlNode * ptr, bool test_only, + const char *path); private: boost::scoped_ptr m_p; };