Changeset 22229 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 13, 2009 10:30:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r22228 r22229 2696 2696 // data is changing and change not vetoed: then write it out under the locks 2697 2697 2698 /* VirtualBox::onExtraDataCanChange() and saveSettings() need mParent 2699 * lock (saveSettings() needs a write one). This object's write lock is 2700 * also necessary to serialize file access (prevent concurrent reads and 2701 * writes). */ 2698 // saveSettings() needs VirtualBox write lock 2702 2699 AutoMultiWriteLock2 alock(mParent, this); 2703 2700
Note:
See TracChangeset
for help on using the changeset viewer.