Changeset 26946 in vbox for trunk/src/VBox
- Timestamp:
- Mar 2, 2010 1:59:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r26753 r26946 1381 1381 { 1382 1382 bool fNeedsSaveSettings = false; 1383 rc = registerHardDisk(hardDisk, &fNeedsSaveSettings); 1383 { 1384 AutoWriteLock treeLock(getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS); 1385 rc = registerHardDisk(hardDisk, &fNeedsSaveSettings); 1386 } 1384 1387 1385 1388 /* Note that it's important to call uninit() on failure to register
Note:
See TracChangeset
for help on using the changeset viewer.