X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_auth_simple.hpp;h=9f958495923d144d0b18a7896ffa3eab60007daf;hb=85189f2d04df4cfc8b16ee78187fb89d00dfe3ff;hp=11c55bdb2036887040fd063007c6319b45394672;hpb=637a685d61a9ff0e3f398a59da426979815c4d68;p=metaproxy-moved-to-github.git diff --git a/src/filter_auth_simple.hpp b/src/filter_auth_simple.hpp index 11c55bd..9f95849 100644 --- a/src/filter_auth_simple.hpp +++ b/src/filter_auth_simple.hpp @@ -1,4 +1,4 @@ -/* $Id: filter_auth_simple.hpp,v 1.9 2007-05-09 21:23:09 adam Exp $ +/* $Id: filter_auth_simple.hpp,v 1.10 2008-02-20 15:07:51 adam Exp $ Copyright (c) 2005-2007, Index Data. This file is part of Metaproxy. @@ -34,7 +34,7 @@ namespace metaproxy_1 { public: AuthSimple(); ~AuthSimple(); - void configure(const xmlNode * ptr); + void configure(const xmlNode * ptr, bool test_only); void process(metaproxy_1::Package & package) const; private: void config_userRegister(std::string filename);