VirtualBox

Changeset 50855 in vbox


Ignore:
Timestamp:
Mar 24, 2014 1:30:46 PM (11 years ago)
Author:
vboxsync
Message:

midl.xsl: IVirtualBoxErrorInfo causes midl warning because of choice of $errorinfo interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/midl.xsl

    r50183 r50855  
    244244    <xsl:when test="@extends='$unknown'">IDispatch</xsl:when>
    245245    <xsl:when test="@extends='$errorinfo'">IErrorInfo</xsl:when>
     246    <!-- TODO/FIXME/BUGBUG: The above $errorinfo value causes the following warning (/W4):
     247warning MIDL2460 : dual interface should be derived from IDispatch : IVirtualBoxErrorInfo [ Interface 'IVirtualBoxErrorInfo'  ]
     248    -->
    246249    <xsl:otherwise><xsl:value-of select="@extends"/></xsl:otherwise>
    247250  </xsl:choose>
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