VirtualBox

Changeset 33294 in vbox for trunk/src/VBox/Main/testcase


Ignore:
Timestamp:
Oct 21, 2010 10:45:26 AM (14 years ago)
Author:
vboxsync
Message:

Main: API change, merge IVirtualBox::getMachine() with findMachine()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstOVF.cpp

    r32718 r33294  
    345345            Bstr bstrUUID(uuid.toUtf16());
    346346            ComPtr<IMachine> pMachine;
    347             rc = pVirtualBox->GetMachine(bstrUUID.raw(), pMachine.asOutParam());
     347            rc = pVirtualBox->FindMachine(bstrUUID.raw(), pMachine.asOutParam());
    348348            if (FAILED(rc)) throw MyError(rc, "VirtualBox::FindMachine() failed\n");
    349349
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette