added AuthenPolicy code for p3wiki.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6118 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2013-02-10 17:52:50 +00:00
parent bf5981e8b4
commit 6cd9faf3ab
4 changed files with 70 additions and 5 deletions

View file

@ -44,7 +44,8 @@ class p3Wiki: public RsGenExchange, public RsWiki,
public RsTickEvent
{
public:
p3Wiki(RsGeneralDataService* gds, RsNetworkExchangeService* nes);
p3Wiki(RsGeneralDataService* gds, RsNetworkExchangeService* nes, RsGixs *gixs);
static uint32_t wikiAuthenPolicy();
protected: