- Timestamp:
- Feb 11, 2008 6:32:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl
r6900 r6907 231 231 <xsl:value-of select="substring(@name,2)"/> 232 232 <xsl:text>;
</xsl:text> 233 </xsl:for-each> 234 <xsl:text>
</xsl:text> 235 <!-- array typedefs --> 236 <xsl:text>// array typedefs

</xsl:text> 237 <xsl:for-each select="interface[not(@internal='yes')]"> 238 <xsl:if test=" 239 (//attribute[@safearray='yes' and not(@internal='yes') and @type=current()/@name]) 240 or 241 (//param[@safearray='yes' and not(../@internal='yes') and @type=current()/@name]) 242 "> 243 <xsl:text>typedef QValueVector <C</xsl:text> 244 <xsl:value-of select="substring(@name,2)"/> 245 <xsl:text>> C</xsl:text> 246 <xsl:value-of select="substring(@name,2)"/> 247 <xsl:text>Vector;
</xsl:text> 248 </xsl:if> 233 249 </xsl:for-each> 234 250 <xsl:text>
</xsl:text>
Note:
See TracChangeset
for help on using the changeset viewer.