Changeset 67722 in vbox for trunk/include/VBox/com
- Timestamp:
- Jun 30, 2017 10:18:44 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/AutoLock.h
r67721 r67722 270 270 * @note Use with care, simple debug assertions and similar only. 271 271 */ 272 bool isReadLockedOnCurrentThread(bool fWannaHear = true) 272 bool isReadLockedOnCurrentThread(bool fWannaHear = true) const 273 273 { 274 274 LockHandle *h = lockHandle();
Note:
See TracChangeset
for help on using the changeset viewer.