VirtualBox

Changeset 101180 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Sep 19, 2023 5:18:37 PM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159153
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/Main/include/VirtualBoxImpl.h

    r101166 r101180  
    346346    HRESULT getFloppyImages(std::vector<ComPtr<IMedium> > &aFloppyImages);
    347347    HRESULT getProgressOperations(std::vector<ComPtr<IProgress> > &aProgressOperations);
     348    HRESULT getGuestOSFamilies(std::vector<com::Utf8Str> &aOSFamilies);
    348349    HRESULT getGuestOSTypes(std::vector<ComPtr<IGuestOSType> > &aGuestOSTypes);
    349350    HRESULT getSharedFolders(std::vector<ComPtr<ISharedFolder> > &aSharedFolders);
     
    399400    HRESULT getGuestOSType(const com::Utf8Str &aId,
    400401                           ComPtr<IGuestOSType> &aType);
    401     HRESULT getGuestOSFamilies(std::vector<com::Utf8Str> &aOSFamilies);
    402402    HRESULT getGuestOSVariantsByFamilyId(const Utf8Str &strOSFamily,
    403403                                         std::vector<com::Utf8Str> &aOSVariants);
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