X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ftest_filter1.cpp;h=07a1942bf7a61e4a283819007c3c41a1c313f380;hb=6e5694249f3031e2d1d09ef4449e446403054d5e;hp=088a1ec056be92347674fb7df69096a462d778d0;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;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) { }; };