* 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 * MUTEX NOTE
* None - because no-one calls any functions besides tick() when the system is running. * Class data is protected by mutex's so that anyone can call these
* Takes care of updating, saving configurations within retroshare and also * functions, at any time.
* adding new configurations
*/ */
class p3ConfigMgr class p3ConfigMgr
{ {
public: public: