X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_virt_db.hpp;h=1c64f943f1421549b0491f73b6bdcafc2961ddd6;hb=7280c8cd82ee5081808bacd5597cf8b9ee3f4a10;hp=e4cb028fbb5662c2b5b4e18f6cbe48a68615095f;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;p=metaproxy-moved-to-github.git diff --git a/src/filter_virt_db.hpp b/src/filter_virt_db.hpp index e4cb028..1c64f94 100644 --- a/src/filter_virt_db.hpp +++ b/src/filter_virt_db.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2011 Index Data + Copyright (C) 2005-2012 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 @@ -40,7 +40,8 @@ namespace metaproxy_1 { ~VirtualDB(); VirtualDB(); 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); void add_map_db2targets(std::string db, std::list targets, std::string route);