mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:37:46 +02:00
fix comment
This commit is contained in:
parent
0d514ad645
commit
624ed7c711
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ protected:
|
||||||
virtual void removeAvatar(const QUuid& sessionUUID);
|
virtual void removeAvatar(const QUuid& sessionUUID);
|
||||||
|
|
||||||
AvatarHash _avatarHash;
|
AvatarHash _avatarHash;
|
||||||
// "Case-based safety": Most access to the _avatarHash is on the same thread. Write access is protected by a write lock.
|
// "Case-based safety": Most access to the _avatarHash is on the same thread. Write access is protected by a write-lock.
|
||||||
// If you access from a different thread, it is your responsibility to write- or read-lock the _hashLock.
|
// If you read from a different thread, you must read-lock the _hashLock. (Scripted write access is not supported).
|
||||||
QReadWriteLock _hashLock;
|
QReadWriteLock _hashLock;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in a new issue