VirtualBox

Changeset 33069 in vbox for trunk/src/libs/xpcom18a4/java


Ignore:
Timestamp:
Oct 12, 2010 2:02:48 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66596
Message:

WS, Java: handle input safearrays

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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)" />
Note: See TracChangeset for help on using the changeset viewer.

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