mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
removed pqisecurity dummy functions. It is a packet filter which was never implemented. It's job is now done by service permissions.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8506 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8234155f5e
commit
edf6b3e495
11 changed files with 13 additions and 180 deletions
|
@ -27,7 +27,6 @@
|
|||
#define MRK_PQI_HANDLER_HEADER
|
||||
|
||||
#include "pqi/pqi.h"
|
||||
#include "pqi/pqisecurity.h"
|
||||
#include "pqi/pqiqos.h"
|
||||
|
||||
#include "util/rsthreads.h"
|
||||
|
@ -42,7 +41,6 @@ class SearchModule
|
|||
public:
|
||||
RsPeerId peerid;
|
||||
PQInterface *pqi;
|
||||
SecurityPolicy *sp;
|
||||
};
|
||||
|
||||
// Presents a P3 Face to the world!
|
||||
|
@ -51,7 +49,7 @@ class SearchModule
|
|||
class pqihandler: public P3Interface, public pqiPublisher
|
||||
{
|
||||
public:
|
||||
pqihandler(SecurityPolicy *Global);
|
||||
pqihandler();
|
||||
|
||||
/**** Overloaded from pqiPublisher ****/
|
||||
virtual bool sendItem(RsRawItem *item)
|
||||
|
@ -99,7 +97,6 @@ class pqihandler: public P3Interface, public pqiPublisher
|
|||
RsMutex coreMtx; /* MUTEX */
|
||||
|
||||
std::map<RsPeerId, SearchModule *> mods;
|
||||
SecurityPolicy *globsec;
|
||||
|
||||
std::list<RsItem *> in_service;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue