VirtualBox

Changeset 95108 in vbox for trunk/src/VBox/Devices/USB


Ignore:
Timestamp:
May 25, 2022 8:35:20 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151589
Message:

Devices/Dev*: Replaced some leftover 'PDMBOTHCBDECL' usage with 'static DECLCALLBACK' (noexcept/c++17).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/DevOHCI.cpp

    r93944 r95108  
    55485548 * @callback_method_impl{FNIOMMMIONEWWRITE}
    55495549 */
    5550 PDMBOTHCBDECL(VBOXSTRICTRC) ohciMmioWrite(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS off, void const *pv, unsigned cb)
     5550static DECLCALLBACK(VBOXSTRICTRC) ohciMmioWrite(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS off, void const *pv, unsigned cb)
    55515551{
    55525552    POHCI pThis = PDMDEVINS_2_DATA(pDevIns, POHCI);
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