VirtualBox

Ignore:
Timestamp:
Sep 17, 2019 1:13:26 PM (5 years ago)
Author:
vboxsync
Message:

IPRT: Renamed RTSystemFirmwareValueGet() -> RTSystemFirmwareValueQuery().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/RTSystemFirmware-generic.cpp

    r80857 r80860  
    5050
    5151
    52 RTDECL(int) RTSystemFirmwareValueGet(RTSYSFWPROP enmProp, PRTSYSFWVALUE *ppValue)
     52RTDECL(int) RTSystemFirmwareValueQuery(RTSYSFWPROP enmProp, PRTSYSFWVALUE *ppValue)
    5353{
    5454    RT_NOREF(enmProp, ppValue);
    5555    return VERR_NOT_SUPPORTED;
    5656}
    57 RT_EXPORT_SYMBOL(RTSystemFirmwareValueGet);
     57RT_EXPORT_SYMBOL(RTSystemFirmwareValueQuery);
    5858
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