VirtualBox

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


Ignore:
Timestamp:
Nov 3, 2023 4:12:00 PM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159852
Message:

Main: Renamed IPlatformProperties::supportedNetAdpPromiscModePolicies() -> IPlatformProperties::supportedNetAdpPromiscModePols() due to DTrace name length restrictions. bugref:10384

File:
1 edited

Legend:

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

    r101745 r101756  
    8181    HRESULT getSupportedGraphicsControllerTypes(std::vector<GraphicsControllerType_T> &aSupportedGraphicsControllerTypes) RT_OVERRIDE;
    8282    HRESULT getSupportedGuestOSTypes(std::vector<ComPtr<IGuestOSType> > &aSupportedGuestOSTypes);
    83     HRESULT getSupportedNetAdpPromiscModePolicies(std::vector<NetworkAdapterPromiscModePolicy_T> &aSupportedNetworkAdapterPromiscModePolicies);
     83    HRESULT getSupportedNetAdpPromiscModePols(std::vector<NetworkAdapterPromiscModePolicy_T> &aSupportedNetworkAdapterPromiscModePolicies);
    8484    HRESULT getSupportedNetworkAdapterTypes(std::vector<NetworkAdapterType_T> &aSupportedNetworkAdapterTypes) RT_OVERRIDE;
    8585    HRESULT getSupportedUartTypes(std::vector<UartType_T> &aSupportedUartTypes) RT_OVERRIDE;
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