VirtualBox

Changeset 103977 in vbox for trunk/src/VBox/Main/idl


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

Apply RT_OVERRIDE/NS_OVERRIDE where required to shut up clang.

Location:
trunk/src/VBox/Main/idl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/apiwrap-server.xsl

    r98262 r103977  
    11221122        <xsl:with-param name="dir">out</xsl:with-param>
    11231123    </xsl:call-template>
    1124     <xsl:text>);
     1124    <xsl:text>) RT_OVERRIDE;
    11251125</xsl:text>
    11261126
     
    11301130            <xsl:with-param name="dir">in</xsl:with-param>
    11311131        </xsl:call-template>
    1132         <xsl:text>);
     1132        <xsl:text>) RT_OVERRIDE;
    11331133</xsl:text>
    11341134    </xsl:if>
     
    15981598                    <xsl:text>    STDMETHOD(COMGETTER(InternalAndReservedAttribute</xsl:text>
    15991599                    <xsl:value-of select="concat(position(), $name)"/>
    1600                     <xsl:text>))(ULONG *aReserved);&#x0A;</xsl:text>
     1600                    <xsl:text>))(ULONG *aReserved) RT_OVERRIDE;&#x0A;</xsl:text>
    16011601                </xsl:for-each>
    16021602            </xsl:if>
     
    17111711        </xsl:if>
    17121712    </xsl:for-each>
    1713     <xsl:text>);
     1713    <xsl:text>) RT_OVERRIDE;
    17141714</xsl:text>
    17151715
     
    22412241                    <xsl:text>    STDMETHOD(InternalAndReservedMethod</xsl:text>
    22422242                    <xsl:value-of select="concat(position(), $name)"/>
    2243                     <xsl:text>)();&#x0A;</xsl:text>
     2243                    <xsl:text>)() RT_OVERRIDE;&#x0A;</xsl:text>
    22442244                </xsl:for-each>
    22452245            </xsl:if>
  • trunk/src/VBox/Main/idl/comimpl.xsl

    r98108 r103977  
    800800        return mEvent->WaitProcessed(aTimeout, aResult);
    801801    }
    802     void uninit()
     802    void uninit() RT_OVERRIDE
    803803    {
    804804        if (!mEvent.isNull())
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