diff options
author | Nicky <nicky.dasmijn@posteo.nl> | 2024-04-21 18:50:38 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@posteo.nl> | 2024-04-21 18:50:38 +0200 |
commit | 19c6368991706d1bcb4a3b02e08cd70e1e6324c7 (patch) | |
tree | d26e65c00c38d2a2a944872a671b783e3253e1be /indra/test/llmessageconfig_tut.cpp | |
parent | d09ec5e87bfd892306ccdba56944583bd9213aaf (diff) |
Stream the volume catcher a little:
- Use LL_DEBUGS() for potential debug output.
- Enclose mutex locking in their own scope, to make unlocking automatic and also limit the life time of a lock to as short as possible
- Introduce mCleanupMutex to replace std::unique_lock pwLock(*this). I'm baffled using lock as a mutex like that did even compile.
- Remove virtual inheritance, as it is not needed here.
Diffstat (limited to 'indra/test/llmessageconfig_tut.cpp')
0 files changed, 0 insertions, 0 deletions