Changeset 90828 in vbox for trunk/include
- Timestamp:
- Aug 24, 2021 9:44:46 AM (3 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/AutoLock.h
r84342 r90828 88 88 LOCKCLASS_PROGRESSLIST = 11, // list of progress objects in VirtualBox; no other object lock 89 89 // may be held after this! 90 LOCKCLASS_OBJECTSTATE = 12 // object state lock (handled by AutoCaller classes) 90 LOCKCLASS_OBJECTSTATE = 12, // object state lock (handled by AutoCaller classes) 91 LOCKCLASS_TRANSLATOR = 13 // translator internal lock 91 92 }; 92 93 -
trunk/include/VBox/settings.h
r87241 r90828 330 330 uint32_t uVBoxUpdateTarget; /**< VBoxUpdateTarget_T */ 331 331 com::Utf8Str strVBoxUpdateLastCheckDate; 332 com::Utf8Str strLanguageId; 332 333 }; 333 334
Note:
See TracChangeset
for help on using the changeset viewer.