Changeset 30883 in vbox
- Timestamp:
- Jul 16, 2010 3:31:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstOVF.cpp
r30881 r30883 359 359 // } 360 360 361 RTPrintf(" Deleting machine %ls...\n", bstrUUID.raw());362 pVirtualBox->UnregisterMachine(bstrUUID, pMachine.asOutParam());363 if (FAILED(rc)) throw MyError(rc, "VirtualBox::UnregisterMachine() failed\n");364 365 if (!pMachine.isNull())366 {367 rc = pMachine->DeleteSettings();368 if (FAILED(rc)) throw MyError(rc, "Machine::DeleteSettings() failed\n");369 }361 // RTPrintf(" Deleting machine %ls...\n", bstrUUID.raw()); 362 // pVirtualBox->UnregisterMachine(bstrUUID, pMachine.asOutParam()); 363 // if (FAILED(rc)) throw MyError(rc, "VirtualBox::UnregisterMachine() failed\n"); 364 // 365 // if (!pMachine.isNull()) 366 // { 367 // rc = pMachine->DeleteSettings(); 368 // if (FAILED(rc)) throw MyError(rc, "Machine::DeleteSettings() failed\n"); 369 // } 370 370 } 371 371 }
Note:
See TracChangeset
for help on using the changeset viewer.