- 時間撮記:
- 2010-10-12 下午02:02:48 (14 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/libs/xpcom18a4/java/tools/genjifaces.xsl
r31694 r33069 441 441 <xsl:value-of select="concat('long[] ', @name, 'Size, ', $paramtype, '[] ', @name)" /> 442 442 </xsl:when> 443 <xsl:when test="(@safearray='yes') and (@dir='in') and (@type='octet')"> 444 <xsl:value-of select="concat($paramtype, ' ', @name)" /> 445 </xsl:when> 443 446 <xsl:when test="(@safearray='yes') and (@dir='in')"> 444 447 <xsl:value-of select="concat('long ', @name, 'Size, ', $paramtype, ' ', @name)" />
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器