VirtualBox

Changeset 101180 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Sep 19, 2023 5:18:37 PM (15 months ago)
Author:
vboxsync
Message:

Frontends/VBoxManage,Main/VirtualBox: Change the newly added IVirtualBox
method getGuestOSFamilies() to be an attribute instead as there are no
"in" arguments passed to this function. bugref:5936

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp

    r101167 r101180  
    21922192        {
    21932193            com::SafeArray<BSTR> GuestOSFamilies;
    2194             CHECK_ERROR(pVirtualBox, GetGuestOSFamilies(ComSafeArrayAsOutParam(GuestOSFamilies)));
     2194            CHECK_ERROR(pVirtualBox, COMGETTER(GuestOSFamilies)(ComSafeArrayAsOutParam(GuestOSFamilies)));
    21952195            if (SUCCEEDED(hrc))
    21962196            {
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