X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ftest_router_flexml.cpp;h=4ec826a866f424d72063945e6a0fbe0908064ab4;hb=6e5694249f3031e2d1d09ef4449e446403054d5e;hp=0059ab159a67384ff968f0b9c9965c6bf09fa5e7;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;p=metaproxy-moved-to-github.git diff --git a/src/test_router_flexml.cpp b/src/test_router_flexml.cpp index 0059ab1..4ec826a 100644 --- a/src/test_router_flexml.cpp +++ b/src/test_router_flexml.cpp @@ -38,6 +38,7 @@ public: void process(mp::Package & package) const {}; TFilter() { tfilter_ref++; }; ~TFilter() { tfilter_ref--; }; + void configure(const xmlNode* ptr, bool test_only, const char *path) {}; }; static mp::filter::Base* filter_creator()