Changeset 43186 in vbox
- Timestamp:
- Sep 5, 2012 9:01:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r43063 r43186 4589 4589 { 4590 4590 AutoCaller autoCaller(pMachine); 4591 if (FAILED(autoCaller.rc())) continue; 4591 if (FAILED(autoCaller.rc())) 4592 continue; 4593 /* object is already dead, no point in saving settings */ 4594 if (autoCaller.state() != Ready) 4595 continue; 4592 4596 AutoWriteLock mlock(pMachine COMMA_LOCKVAL_SRC_POS); 4593 4597 rc = pMachine->saveSettings(&fNeedsGlobalSettings,
Note:
See TracChangeset
for help on using the changeset viewer.