send just connected peer info to all others

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2027 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-01-13 21:34:28 +00:00
parent 115a80045e
commit c45582738e
2 changed files with 25 additions and 4 deletions

View file

@ -94,7 +94,8 @@ void getversions(std::map<std::string, std::string> &versions);
private:
void sendAllInfoToPeer(std::string id);
void sendAllInfoToJustConnectedPeer(std::string id);
void sendJustConnectedPeerInfoToAllPeer(std::string id);
/* Network Output */
//void sendOwnDetails(std::string to);