mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
* 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:
parent
e4e80778e4
commit
ab3b044791
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user