Changeset 33294 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Oct 21, 2010 10:45:26 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstOVF.cpp
r32718 r33294 345 345 Bstr bstrUUID(uuid.toUtf16()); 346 346 ComPtr<IMachine> pMachine; 347 rc = pVirtualBox-> GetMachine(bstrUUID.raw(), pMachine.asOutParam());347 rc = pVirtualBox->FindMachine(bstrUUID.raw(), pMachine.asOutParam()); 348 348 if (FAILED(rc)) throw MyError(rc, "VirtualBox::FindMachine() failed\n"); 349 349
Note:
See TracChangeset
for help on using the changeset viewer.