Changeset 29874 in vbox for trunk/src/VBox/Main/idl/midl.xsl
- Timestamp:
- May 28, 2010 6:14:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/midl.xsl
r29200 r29874 630 630 </xsl:if> 631 631 <xsl:text>interface </xsl:text> 632 <xsl:value-of select="@name"/> 633 <xsl:text>;
</xsl:text> 634 </xsl:for-each> 635 <xsl:for-each select="eventsink"> 636 <xsl:text> </xsl:text> 637 <xsl:choose> 638 <xsl:when test="@default='yes'"><xsl:text>[default,source]</xsl:text></xsl:when> 639 <xsl:otherwise><xsl:text>[source]</xsl:text></xsl:otherwise> 640 </xsl:choose> 641 <xsl:text> interface </xsl:text> 632 642 <xsl:value-of select="@name"/> 633 643 <xsl:text>;
</xsl:text>
Note:
See TracChangeset
for help on using the changeset viewer.