Changeset 69736 in vbox
- Timestamp:
- Nov 18, 2017 2:31:57 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119133
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/glue-java.xsl
r69378 r69736 5185 5185 </xsl:when> 5186 5186 5187 <xsl:when test="$G_vboxGlueStyle='xpcom'"> 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)"> 5190 <xsl:call-template name="genIface"> 5191 <xsl:with-param name="ifname" select="@name" /> 5192 <xsl:with-param name="filename" select="concat(@name, '.java')" /> 5193 </xsl:call-template> 5194 </xsl:if> 5195 </xsl:otherwise> 5196 5187 5197 <xsl:otherwise> 5188 5198 <!-- We don't need WSDL-specific interfaces here -->
Note:
See TracChangeset
for help on using the changeset viewer.