Changeset 22194 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 12, 2009 8:35:51 AM (15 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HardDiskImpl.cpp
r22173 r22194 2337 2337 { 2338 2338 AutoCaller autoCaller(this); 2339 AssertReturn( autoCaller.rc(), "");2339 AssertReturn(!autoCaller.rc(), ""); 2340 2340 2341 2341 /* mm.format is const, no need to lock */ -
trunk/src/VBox/Main/MachineImpl.cpp
r22186 r22194 8927 8927 AssertComRCReturn (autoCaller.rc(), autoCaller.rc()); 8928 8928 8929 AutoWriteLock alock(this); 8929 AutoMultiWriteLock2 alock(mParent, this); 8930 // saveSettings needs VirtualBox lock 8930 8931 8931 8932 AssertReturn(!mSnapshotData.mSnapshot.isNull(), E_FAIL);
Note:
See TracChangeset
for help on using the changeset viewer.