VirtualBox

忽略:
時間撮記:
2010-10-12 下午02:02:48 (14 年 以前)
作者:
vboxsync
訊息:

WS, Java: handle input safearrays

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/libs/xpcom18a4/java/tools/genjifaces.xsl

    r31694 r33069  
    441441          <xsl:value-of select="concat('long[] ', @name, 'Size, ', $paramtype, '[] ', @name)" />
    442442        </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>
    443446        <xsl:when test="(@safearray='yes') and (@dir='in')">
    444447          <xsl:value-of select="concat('long ', @name, 'Size, ', $paramtype, ' ', @name)" />
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette