Fixed connections and removed more unused code (Patch from Cyril)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8164 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-04-24 09:29:40 +00:00
parent 042b61ff9e
commit 1b0f59d746
4 changed files with 16 additions and 2 deletions

View file

@ -68,7 +68,9 @@ class pqihandler: public P3Interface, public pqiPublisher
// Service Data Interface
virtual int SendRsRawItem(RsRawItem *);
#ifdef TO_BE_REMOVED
virtual RsRawItem *GetRsRawItem();
#endif
// rate control.
void setMaxRate(bool in, float val);
@ -89,8 +91,10 @@ class pqihandler: public P3Interface, public pqiPublisher
bool queueOutRsItem(RsItem *) ;
virtual int locked_checkOutgoingRsItem(RsItem *item, int global);
int locked_GetItems();
#ifdef TO_BE_REMOVED
int locked_GetItems();
void locked_SortnStoreItem(RsItem *item);
#endif
RsMutex coreMtx; /* MUTEX */