X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftest_filter1.cpp;h=07a1942bf7a61e4a283819007c3c41a1c313f380;hb=4bfec20c393570a81471c644fad6268eed3dba29;hp=088a1ec056be92347674fb7df69096a462d778d0;hpb=d201492ea7198dd89dbae087eec0363a8e64e089;p=metaproxy-moved-to-github.git diff --git a/src/test_filter1.cpp b/src/test_filter1.cpp index 088a1ec..07a1942 100644 --- a/src/test_filter1.cpp +++ b/src/test_filter1.cpp @@ -32,6 +32,8 @@ namespace mp = metaproxy_1; class TFilter: public mp::filter::Base { public: void process(mp::Package & package) const {}; + void configure(const xmlNode * ptr, bool test_only, + const char *path) { }; };