VirtualBox

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


Ignore:
Timestamp:
Sep 27, 2023 9:21:05 PM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159285
Message:

Main: Build fix for r159265 - gcc (on solaris/extpack at least) want to see a space between the closing '>>' of nested templates. bugref:10384

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

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

    r101282 r101299  
    8080    HRESULT getSupportedFirmwareTypes(std::vector<FirmwareType_T> &aSupportedFirmwareTypes) RT_OVERRIDE;
    8181    HRESULT getSupportedGraphicsControllerTypes(std::vector<GraphicsControllerType_T> &aSupportedGraphicsControllerTypes) RT_OVERRIDE;
    82     HRESULT getSupportedGuestOSTypes(std::vector<ComPtr<IGuestOSType>> &aSupportedGuestOSTypes);
     82    HRESULT getSupportedGuestOSTypes(std::vector<ComPtr<IGuestOSType> > &aSupportedGuestOSTypes);
    8383    HRESULT getSupportedNetworkAdapterTypes(std::vector<NetworkAdapterType_T> &aSupportedNetworkAdapterTypes) RT_OVERRIDE;
    8484    HRESULT getSupportedUartTypes(std::vector<UartType_T> &aSupportedUartTypes) RT_OVERRIDE;
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r101282 r101299  
    322322    HRESULT i_releaseCryptoIf(PCVBOXCRYPTOIF pCryptoIf);
    323323    HRESULT i_unloadCryptoIfModule(void);
    324     HRESULT i_getSupportedGuestOSTypes(std::vector<PlatformArchitecture_T> aArchitectures, std::vector<ComPtr<IGuestOSType>> &aGuestOSTypes);
     324    HRESULT i_getSupportedGuestOSTypes(std::vector<PlatformArchitecture_T> aArchitectures,
     325                                       std::vector<ComPtr<IGuestOSType> > &aGuestOSTypes);
    325326
    326327private:
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