RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.
Find a file
thunder2 84a87fa11b New methods for calculating the count of peers and messages. It should be faster than getting all data in std::list.
Now used in MainWindow.cpp, MessagesDialog.cpp and peerstatus.cpp

void p3Peers::getPeerCount (unsigned int *pnFriendCount, unsigned int *pnOnlineCount);
void p3Msgs::getMessageCount(unsigned int *pnInbox, unsigned int *pnInboxNew, unsigned int *pnOutbox, unsigned int *pnDraftbox, unsigned int *pnSentbox);


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2898 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-13 19:20:40 +00:00
build_scripts added this global script 2010-02-14 12:37:16 +00:00
libretroshare/src New methods for calculating the count of peers and messages. It should be faster than getting all data in std::list. 2010-05-13 19:20:40 +00:00
plugins Removed Mac directory junk. 2010-04-01 20:14:38 +00:00
retroshare-gui/src New methods for calculating the count of peers and messages. It should be faster than getting all data in std::list. 2010-05-13 19:20:40 +00:00
retroshare-nogui/src compatibility with new notification method: added a rsicontrol global variable 2009-02-26 14:10:26 +00:00