VirtualBox

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


Ignore:
Timestamp:
Mar 12, 2009 12:20:25 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44254
Message:

Main: rename IVirtualBox::machines2[] to machines[]

Location:
trunk/src/VBox/Main/testcase
Files:
3 edited

Legend:

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

    r16867 r17737  
    395395        com::SafeIfaceArray <IMachine> machines;
    396396        CHECK_ERROR_BREAK (virtualBox,
    397                            COMGETTER(Machines2) (ComSafeArrayAsOutParam (machines)));
     397                           COMGETTER(Machines) (ComSafeArrayAsOutParam (machines)));
    398398
    399399        printf ("%u machines registered (machines.isNull()=%d).\n",
  • trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp

    r17669 r17737  
    116116    PRUint32 machineCnt = 0;
    117117
    118     rc = virtualBox->GetMachines2(&machineCnt, &machines);
     118    rc = virtualBox->GetMachines(&machineCnt, &machines);
    119119    if (NS_SUCCEEDED(rc))
    120120    {
  • trunk/src/VBox/Main/testcase/tstVBoxAPIWin.cpp

    r11115 r17737  
    6868    SAFEARRAY *machinesArray = NULL;
    6969
    70     rc = virtualBox->get_Machines2(&machinesArray);
     70    rc = virtualBox->get_Machines(&machinesArray);
    7171    if (SUCCEEDED(rc))
    7272    {
Note: See TracChangeset for help on using the changeset viewer.

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