Changeset 42129 in vbox for trunk/src/VBox/Main/idl/midl.xsl
- Timestamp:
- Jul 12, 2012 5:32:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/midl.xsl
r35913 r42129 6 6 * from the generic interface definition expressed in XML. 7 7 8 Copyright (C) 2006-201 0Oracle Corporation8 Copyright (C) 2006-2012 Oracle Corporation 9 9 10 10 This file is part of VirtualBox Open Source Edition (OSE), as … … 288 288 <xsl:with-param name="str" select="@name"/> 289 289 </xsl:call-template> 290 <xsl:text> ([in</xsl:text> 291 <xsl:if test="@safearray='yes'"> 292 <!-- VB supports only [in, out], [out] and [out, retval] arrays --> 293 <xsl:text>, out</xsl:text> 294 </xsl:if> 295 <xsl:text>] </xsl:text> 290 <xsl:text> ([in] </xsl:text> 296 291 <xsl:if test="@safearray='yes'"> 297 292 <xsl:text>SAFEARRAY(</xsl:text> … … 299 294 <xsl:apply-templates select="@type"/> 300 295 <xsl:if test="@safearray='yes'"> 301 <xsl:text>) *</xsl:text>296 <xsl:text>)</xsl:text> 302 297 </xsl:if> 303 298 <xsl:text> a</xsl:text>
Note:
See TracChangeset
for help on using the changeset viewer.