VirtualBox

Changeset 69379 in vbox


Ignore:
Timestamp:
Oct 26, 2017 4:23:49 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118703
Message:

Main/idl: scm updates

Location:
trunk/src/VBox/Main/idl
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    • Property svn:keywords set to Id Revision
  • trunk/src/VBox/Main/idl/apiwrap-server-filelist.xsl

    r66274 r69379  
    3232   XSLT parameters
    3333 - - - - - - - - - - - - - - - - - - - - - - -->
    34    
     34
    3535<!-- Whether to generate wrappers for VBoxSDS-->
    3636<xsl:param name="g_fVBoxWithSDS" select="'no'"/>
     
    157157</xsl:template>
    158158
    159    
     159
    160160    <xsl:template match="application[@uuid='ec0e78e8-fa43-43e8-ac0a-02c784c4a4fa']" mode="filelist-even-sources" >
    161161        <xsl:if test="$g_fVBoxWithSDS='yes'" >
     
    175175        </xsl:if>
    176176    </xsl:template>
    177    
     177
    178178
    179179</xsl:stylesheet>
  • 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>
  • trunk/src/VBox/Main/idl/typemap-shared.inc.xsl

    • Property svn:keywords set to Id Revision
  • trunk/src/VBox/Main/idl/xpidl.xsl

    r66274 r69379  
    157157  <!-- all enums go first -->
    158158  <xsl:apply-templates select="application/enum | application/if/enum"/>
    159   <!-- everything else but result codes and enums 
     159  <!-- everything else but result codes and enums
    160160  <xsl:apply-templates select="*[not(self::application/result or self::application/enum) and
    161161                                 not(self::application[result] or self::application/if[enum])]"/> -->
     
    10431043
    10441044<!-- Filters for switch off VBoxSDS definitions -->
    1045  
     1045
    10461046<xsl:template match="application[@uuid='ec0e78e8-fa43-43e8-ac0a-02c784c4a4fa']//module/class" />
    10471047
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