* changed misleading comment about Mutexs

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3214 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2010-06-25 21:52:21 +00:00
parent e4e80778e4
commit ab3b044791

View File

@ -180,10 +180,10 @@ void setHash(std::string h);
/*!
* MUTEX NOTE
* None - because no-one calls any functions besides tick() when the system is running.
* Takes care of updating, saving configurations within retroshare and also
* adding new configurations
* Class data is protected by mutex's so that anyone can call these
* functions, at any time.
*/
class p3ConfigMgr
{
public: