X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_auth_simple.hpp;h=52c98381e5794246b52ca1cade43fc87cf2199ff;hb=6e5694249f3031e2d1d09ef4449e446403054d5e;hp=be3503e9141647ce8b395d3481379adb81f0c9a1;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;p=metaproxy-moved-to-github.git diff --git a/src/filter_auth_simple.hpp b/src/filter_auth_simple.hpp index be3503e..52c9838 100644 --- a/src/filter_auth_simple.hpp +++ b/src/filter_auth_simple.hpp @@ -31,7 +31,8 @@ namespace metaproxy_1 { public: AuthSimple(); ~AuthSimple(); - void configure(const xmlNode * ptr, bool test_only); + void configure(const xmlNode * ptr, bool test_only, + const char *path); void process(metaproxy_1::Package & package) const; private: void config_userRegister(std::string filename);