Changeset 14361 in vbox
- Timestamp:
- Nov 19, 2008 4:35:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/xpidl.xsl
r14185 r14361 103 103 <!-- native typedefs for the 'mod="ptr"' attribute --> 104 104 <xsl:text> 105 [ptr] native boo eanPtr(PRBool);105 [ptr] native booleanPtr (PRBool); 106 106 [ptr] native octetPtr (PRUint8); 107 107 [ptr] native shortPtr (PRInt16); … … 169 169 <xsl:message terminate="yes"> 170 170 @if attributes are not currently allowed because xpidl lacks 171 support of#ifdef and stuff.171 support for #ifdef and stuff. 172 172 </xsl:message> 173 173 <xsl:text>#if </xsl:text> … … 234 234 <xsl:text>/* Interface implementation forwarder macro */
</xsl:text> 235 235 <xsl:text>%{C++
</xsl:text> 236 <!-- 1) indiv udual methods -->236 <!-- 1) individual methods --> 237 237 <xsl:apply-templates select="attribute" mode="forwarder"/> 238 238 <xsl:apply-templates select="method" mode="forwarder"/> … … 889 889 <!-- standard types --> 890 890 <!--xsl:when test=".='result'">??</xsl:when--> 891 <xsl:when test=".='boolean'">boo eanPtr</xsl:when>891 <xsl:when test=".='boolean'">booleanPtr</xsl:when> 892 892 <xsl:when test=".='octet'">octetPtr</xsl:when> 893 893 <xsl:when test=".='short'">shortPtr</xsl:when>
Note:
See TracChangeset
for help on using the changeset viewer.