- Timestamp:
- Mar 10, 2010 5:52:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r27256 r27257 3455 3455 HRESULT rc = S_OK; 3456 3456 3457 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 3458 3457 3459 { 3458 3460 ComObjPtr<Machine> pMachine; … … 3476 3478 if (autoCaller.state() != InInit) 3477 3479 { 3478 // trySetRegistered needs VirtualBox object write lock;3479 // it will commit and save machine settings3480 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);3481 3480 rc = aMachine->trySetRegistered(TRUE); 3482 3481 if (FAILED(rc)) return rc;
Note:
See TracChangeset
for help on using the changeset viewer.