VirtualBox

Changeset 69379 in vbox for trunk/src/VBox/Main/idl/midl.xsl


Ignore:
Timestamp:
Oct 26, 2017 4:23:49 PM (7 years ago)
Author:
vboxsync
Message:

Main/idl: scm updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/midl.xsl

    r66274 r69379  
    6969  <xsl:apply-templates/>
    7070</xsl:template>
    71    
     71
    7272
    7373<!--
     
    882882  </xsl:choose>
    883883</xsl:template>
    884    
    885    
     884
     885
    886886<!-- Filters for switch on/off VBoxSDS definitions -->
    887  
     887
    888888<xsl:template match="application[@uuid='ec0e78e8-fa43-43e8-ac0a-02c784c4a4fa']//module/class" >
    889889    <xsl:if test="$g_fVBoxWithSDS='yes'" >
     
    891891    </xsl:if>
    892892</xsl:template>
    893    
    894 <xsl:template match="application[@uuid='ec0e78e8-fa43-43e8-ac0a-02c784c4a4fa']/if//interface 
     893
     894<xsl:template match="application[@uuid='ec0e78e8-fa43-43e8-ac0a-02c784c4a4fa']/if//interface
    895895                                | application[@uuid='ec0e78e8-fa43-43e8-ac0a-02c784c4a4fa']//interface" >
    896896    <xsl:if test="$g_fVBoxWithSDS='yes'" >
     
    898898    </xsl:if>
    899899</xsl:template>
    900    
     900
    901901<xsl:template match="application[@uuid='ec0e78e8-fa43-43e8-ac0a-02c784c4a4fa']//interface" mode="forward" >
    902902    <xsl:if test="$g_fVBoxWithSDS='yes'" >
     
    904904    </xsl:if>
    905905</xsl:template>
    906      
     906
    907907
    908908</xsl:stylesheet>
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