X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_template.hpp;h=6d8642338ffc56b673e6cabe07123495003690c9;hb=74728b63c51be8dc60ba686c37244b2c468e263b;hp=37afb2b3396db6247ff0236168ef2d53ee3c3b45;hpb=fb926496546a1c495a4c24cd201bb0264227ed23;p=metaproxy-moved-to-github.git diff --git a/src/filter_template.hpp b/src/filter_template.hpp index 37afb2b..6d86423 100644 --- a/src/filter_template.hpp +++ b/src/filter_template.hpp @@ -20,25 +20,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #ifndef FILTER_TEMPLATE_HPP #define FILTER_TEMPLATE_HPP -#include - #include -namespace metaproxy_1 { - namespace filter { - class Template : public Base { - class Impl; - boost::scoped_ptr m_p; - public: - Template(); - ~Template(); - void process(metaproxy_1::Package & package) const; - void configure(const xmlNode * ptr, bool test_only, - const char *path); - }; - } -} - extern "C" { extern struct metaproxy_1_filter_struct metaproxy_1_filter_template; }