Changeset 45483 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Apr 11, 2013 1:07:09 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84944
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/glue-java.xsl
r45195 r45483 41 41 select="//interface[@wsmap='suppress']" /> 42 42 43 <xsl:include href="../ webservice/websrv-shared.inc.xsl" />43 <xsl:include href="../idl/typemap-shared.inc.xsl" /> 44 44 45 45 <xsl:strip-space elements="*"/> … … 48 48 <xsl:param name="name" /> 49 49 <xsl:text>/* 50 * Copyright (C) 2010-201 2Oracle Corporation50 * Copyright (C) 2010-2013 Oracle Corporation 51 51 * 52 52 * This file is part of the VirtualBox SDK, as available from … … 644 644 645 645 <xsl:if test="not($needlist) or not($skiplisttype='yes')"> 646 <!-- look up Java type from IDL type from table array in websrv-shared.inc.xsl -->646 <!-- look up Java type from IDL type from table array in typemap-shared.inc.xsl --> 647 647 <xsl:variable name="javatypefield" select="exsl:node-set($G_aSharedTypes)/type[@idlname=$type]/@javaname" /> 648 648
Note:
See TracChangeset
for help on using the changeset viewer.