Changeset 69738 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Nov 18, 2017 2:53:02 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119135
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/glue-java.xsl
r69737 r69738 5187 5187 <xsl:when test="$G_vboxGlueStyle='xpcom'"> 5188 5188 <!-- We don't need WSDL-specific nor MIDL-specific interfaces here --> 5189 <xsl:if test="not(@internal='yes') and not($self_target=' midl') and not($module)">5189 <xsl:if test="not(@internal='yes') and not($self_target='wsdl') and not($module) and not($self_target='midl')"> 5190 5190 <xsl:call-template name="genIface"> 5191 5191 <xsl:with-param name="ifname" select="@name" />
Note:
See TracChangeset
for help on using the changeset viewer.