X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_limit.hpp;h=75e2b497266b706bd51c36e3cb58910a58398177;hb=77f7f089896020b5bc2bb513cd64763b24d3d707;hp=7a3d5e3f0b3f269cf870e8a658034a52f63743ae;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;p=metaproxy-moved-to-github.git diff --git a/src/filter_limit.hpp b/src/filter_limit.hpp index 7a3d5e3..75e2b49 100644 --- a/src/filter_limit.hpp +++ b/src/filter_limit.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2011 Index Data + Copyright (C) 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 @@ -33,7 +33,8 @@ namespace metaproxy_1 { Limit(); ~Limit(); void process(metaproxy_1::Package & package) const; - void configure(const xmlNode * ptr, bool test_only); + void configure(const xmlNode * ptr, bool test_only, + const char *path); }; } }