implementation of p3disc with new gpg key management

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2026 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-01-13 21:33:54 +00:00
parent 442577d9fc
commit 115a80045e
8 changed files with 217 additions and 526 deletions

View file

@ -158,6 +158,7 @@ virtual bool getSSLChildListOfGPGId(std::string gpg_id, std::list<std::string
/* Add/Remove Friends */
virtual bool addFriend(std::string ssl_id, std::string gpg_id) = 0;
virtual bool addDummyFriend(std::string gpg_id) = 0; //we want to add a empty ssl friend for this gpg id
virtual bool isDummyFriend(std::string ssl_id) = 0;
virtual bool removeFriend(std::string id) = 0;
/* Network Stuff */