VirtualBox

Changeset 103977 in vbox for trunk/include/VBox/com


Ignore:
Timestamp:
Mar 21, 2024 2:04:52 AM (14 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162357
Message:

Apply RT_OVERRIDE/NS_OVERRIDE where required to shut up clang.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/microatl.h

    r99828 r103977  
    130130        return _aInterfaces; \
    131131    } \
    132     virtual ULONG STDMETHODCALLTYPE AddRef(void) throw() = 0; \
    133     virtual ULONG STDMETHODCALLTYPE Release(void) throw() = 0; \
    134     STDMETHOD(QueryInterface)(REFIID, void **) throw() = 0;
     132    virtual ULONG STDMETHODCALLTYPE AddRef(void) throw() RT_OVERRIDE = 0; \
     133    virtual ULONG STDMETHODCALLTYPE Release(void) throw() RT_OVERRIDE = 0; \
     134    STDMETHOD(QueryInterface)(REFIID, void **) throw() RT_OVERRIDE = 0;
    135135
    136136struct _ATL_OBJMAP_ENTRY
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette