Changeset 51444 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- May 28, 2014 12:06:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/glue-java.xsl
r51416 r51444 1907 1907 <xsl:variable name="returnidltype" select="param[@dir='return']/@type" /> 1908 1908 <xsl:variable name="returnidlsafearray" select="param[@dir='return']/@safearray" /> 1909 <xsl:if test="$hasOutParms and not($hasReturnParms) and (count(param[@dir='out']) = 1)"> 1910 <xsl:call-template name="fatalError"> 1911 <xsl:with-param name="msg" select="concat('genMethod: ', $ifname, '::', $methodname, ' has exactly one out parameter and no return parameter, this causes trouble with JAX-WS and the out parameter needs to be converted to return')" /> 1912 </xsl:call-template> 1913 </xsl:if> 1909 1914 <xsl:variable name="returngluetype"> 1910 1915 <xsl:choose>
Note:
See TracChangeset
for help on using the changeset viewer.