VirtualBox

Changeset 101745 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 3, 2023 3:20:58 PM (13 months ago)
Author:
vboxsync
Message:

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

Location:
trunk/src/VBox/Main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r101737 r101745  
    1280912809    </attribute>
    1281012810
    12811     <attribute name="supportedNetworkAdapterPromiscModePolicies" type="NetworkAdapterPromiscModePolicy" safearray="yes" readonly="yes">
     12811    <attribute name="supportedNetAdpPromiscModePolicies" type="NetworkAdapterPromiscModePolicy" safearray="yes" readonly="yes">
    1281212812      <desc>
    1281312813        Returns an array of officially supported values for enum <link to="NetworkAdapterPromiscModePolicy"/>,
  • trunk/src/VBox/Main/include/PlatformPropertiesImpl.h

    r101737 r101745  
    8181    HRESULT getSupportedGraphicsControllerTypes(std::vector<GraphicsControllerType_T> &aSupportedGraphicsControllerTypes) RT_OVERRIDE;
    8282    HRESULT getSupportedGuestOSTypes(std::vector<ComPtr<IGuestOSType> > &aSupportedGuestOSTypes);
    83     HRESULT getSupportedNetworkAdapterPromiscModePolicies(std::vector<NetworkAdapterPromiscModePolicy_T> &aSupportedNetworkAdapterPromiscModePolicies);
     83    HRESULT getSupportedNetAdpPromiscModePolicies(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;
  • trunk/src/VBox/Main/src-all/PlatformPropertiesImpl.cpp

    r101741 r101745  
    729729}
    730730
    731 HRESULT PlatformProperties::getSupportedNetworkAdapterPromiscModePolicies(std::vector<NetworkAdapterPromiscModePolicy_T> &aSupportedNetworkAdapterPromiscModePolicies)
     731HRESULT PlatformProperties::getSupportedNetAdpPromiscModePolicies(std::vector<NetworkAdapterPromiscModePolicy_T> &aSupportedNetworkAdapterPromiscModePolicies)
    732732{
    733733    static const NetworkAdapterPromiscModePolicy_T aNetworkAdapterPromiscModePolicies[] =
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