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

@ -61,8 +61,9 @@ virtual int tick() { return 1; }
virtual int status() { return 1; }
virtual int SendRsRawItem(RsRawItem *) = 0;
#ifdef TO_BE_REMOVED
virtual RsRawItem *GetRsRawItem() = 0;
#endif
};