X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftest_router_flexml.cpp;h=4ec826a866f424d72063945e6a0fbe0908064ab4;hb=6e5694249f3031e2d1d09ef4449e446403054d5e;hp=7eaaf3fc33bf314144fa364acffa93d4a1550103;hpb=d0123337d70b0fb97b578cc57467bb94980f1014;p=metaproxy-moved-to-github.git diff --git a/src/test_router_flexml.cpp b/src/test_router_flexml.cpp index 7eaaf3f..4ec826a 100644 --- a/src/test_router_flexml.cpp +++ b/src/test_router_flexml.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2011 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 @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include -#include "filter.hpp" +#include #include "router_flexml.hpp" #include "factory_static.hpp" @@ -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()