Changeset 91317 in vbox
- Timestamp:
- Sep 20, 2021 1:38:11 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146978
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/VirtualBoxTranslator.cpp
r91315 r91317 26 26 #include <iprt/strcache.h> 27 27 28 #include <VBox/com/AutoLock.h>29 30 28 #include "Global.h" 31 29 #include "VirtualBoxBase.h" … … 67 65 68 66 VirtualBoxTranslator::VirtualBoxTranslator() 69 : util::RWLockHandle( VBoxLockingClass::LOCKCLASS_TRANSLATOR)67 : util::RWLockHandle(util::VBoxLockingClass::LOCKCLASS_TRANSLATOR) 70 68 , m_cInstanceRefs(0) 71 69 , m_pDefaultComponent(NULL)
Note:
See TracChangeset
for help on using the changeset viewer.