VirtualBox

Changeset 45483 in vbox for trunk/src/VBox/Main/glue


Ignore:
Timestamp:
Apr 11, 2013 1:07:09 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84944
Message:

Main/glue+idl+webservice: move the type mapping XSLT include file to a central place, it is not webservice specific, and extend it slightly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/glue-java.xsl

    r45195 r45483  
    4141              select="//interface[@wsmap='suppress']" />
    4242
    43 <xsl:include href="../webservice/websrv-shared.inc.xsl" />
     43<xsl:include href="../idl/typemap-shared.inc.xsl" />
    4444
    4545<xsl:strip-space elements="*"/>
     
    4848  <xsl:param name="name" />
    4949  <xsl:text>/*
    50  *  Copyright (C) 2010-2012 Oracle Corporation
     50 *  Copyright (C) 2010-2013 Oracle Corporation
    5151 *
    5252 *  This file is part of the VirtualBox SDK, as available from
     
    644644
    645645  <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 -->
    647647    <xsl:variable name="javatypefield" select="exsl:node-set($G_aSharedTypes)/type[@idlname=$type]/@javaname" />
    648648
Note: See TracChangeset for help on using the changeset viewer.

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