VirtualBox

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


Ignore:
Timestamp:
Sep 19, 2023 10:30:56 AM (18 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159139
Message:

Main/VirtualBox: Follow-up build fix to move the function declarations
for the new IVirtualBox methods to the correct location in the
VirtualBox class, i.e. in the 'private:' section with the other wrapped
IVirtualBox methods, and not in the 'public' section. bugref:5936

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r101164 r101166  
    275275    HRESULT i_findGuestOSType(const Utf8Str &strOSType,
    276276                              ComObjPtr<GuestOSType> &guestOSType);
    277 
    278     HRESULT getGuestOSFamilies(std::vector<com::Utf8Str> &aOSFamilies);
    279 
    280     HRESULT getGuestOSVariantsByFamilyId(const Utf8Str &strOSFamily,
    281                                          std::vector<com::Utf8Str> &aOSVariants);
    282 
    283     HRESULT getGuestOSDescsByVariant(const Utf8Str &strOSVariant,
    284                                      std::vector<com::Utf8Str> &aGuestOSDescs);
    285277
    286278    const Guid &i_getGlobalRegistryId() const;
     
    407399    HRESULT getGuestOSType(const com::Utf8Str &aId,
    408400                           ComPtr<IGuestOSType> &aType);
     401    HRESULT getGuestOSFamilies(std::vector<com::Utf8Str> &aOSFamilies);
     402    HRESULT getGuestOSVariantsByFamilyId(const Utf8Str &strOSFamily,
     403                                         std::vector<com::Utf8Str> &aOSVariants);
     404    HRESULT getGuestOSDescsByVariant(const Utf8Str &strOSVariant,
     405                                     std::vector<com::Utf8Str> &aGuestOSDescs);
    409406    HRESULT createSharedFolder(const com::Utf8Str &aName,
    410407                               const com::Utf8Str &aHostPath,
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