- Timestamp:
- Nov 13, 2009 4:32:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r24620 r24644 3518 3518 try 3519 3519 { 3520 AutoCaller autoCaller(this); 3521 CheckComRCReturnRC(autoCaller.rc()); 3522 3523 AutoWriteLock alock(this); 3524 3525 rc = checkStateDependency(MutableStateDep); 3526 CheckComRCReturnRC(rc); 3527 3528 rc = S_OK; 3529 3520 3530 Utf8Str utf8Name(aName); 3521 3531 Utf8Str utf8Flags(aFlags); … … 3533 3543 tr("Invalid flag values: '%ls'"), 3534 3544 aFlags); 3535 3536 AutoCaller autoCaller(this);3537 CheckComRCReturnRC(autoCaller.rc());3538 3539 AutoWriteLock alock(this);3540 3541 rc = checkStateDependency(MutableStateDep);3542 CheckComRCReturnRC(rc);3543 3544 rc = S_OK;3545 3545 3546 3546 if (!mHWData->mPropertyServiceActive)
Note:
See TracChangeset
for help on using the changeset viewer.