Changeset 69379 in vbox
- Timestamp:
- Oct 26, 2017 4:23:49 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118703
- 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
-
Property svn:keywords
set to
-
trunk/src/VBox/Main/idl/apiwrap-server-filelist.xsl
r66274 r69379 32 32 XSLT parameters 33 33 - - - - - - - - - - - - - - - - - - - - - - --> 34 34 35 35 <!-- Whether to generate wrappers for VBoxSDS--> 36 36 <xsl:param name="g_fVBoxWithSDS" select="'no'"/> … … 157 157 </xsl:template> 158 158 159 159 160 160 <xsl:template match="application[@uuid='ec0e78e8-fa43-43e8-ac0a-02c784c4a4fa']" mode="filelist-even-sources" > 161 161 <xsl:if test="$g_fVBoxWithSDS='yes'" > … … 175 175 </xsl:if> 176 176 </xsl:template> 177 177 178 178 179 179 </xsl:stylesheet> -
trunk/src/VBox/Main/idl/midl.xsl
r66274 r69379 69 69 <xsl:apply-templates/> 70 70 </xsl:template> 71 71 72 72 73 73 <!-- … … 882 882 </xsl:choose> 883 883 </xsl:template> 884 885 884 885 886 886 <!-- Filters for switch on/off VBoxSDS definitions --> 887 887 888 888 <xsl:template match="application[@uuid='ec0e78e8-fa43-43e8-ac0a-02c784c4a4fa']//module/class" > 889 889 <xsl:if test="$g_fVBoxWithSDS='yes'" > … … 891 891 </xsl:if> 892 892 </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 895 895 | application[@uuid='ec0e78e8-fa43-43e8-ac0a-02c784c4a4fa']//interface" > 896 896 <xsl:if test="$g_fVBoxWithSDS='yes'" > … … 898 898 </xsl:if> 899 899 </xsl:template> 900 900 901 901 <xsl:template match="application[@uuid='ec0e78e8-fa43-43e8-ac0a-02c784c4a4fa']//interface" mode="forward" > 902 902 <xsl:if test="$g_fVBoxWithSDS='yes'" > … … 904 904 </xsl:if> 905 905 </xsl:template> 906 906 907 907 908 908 </xsl:stylesheet> -
trunk/src/VBox/Main/idl/typemap-shared.inc.xsl
-
Property svn:keywords
set to
Id Revision
-
Property svn:keywords
set to
-
trunk/src/VBox/Main/idl/xpidl.xsl
r66274 r69379 157 157 <!-- all enums go first --> 158 158 <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 160 160 <xsl:apply-templates select="*[not(self::application/result or self::application/enum) and 161 161 not(self::application[result] or self::application/if[enum])]"/> --> … … 1043 1043 1044 1044 <!-- Filters for switch off VBoxSDS definitions --> 1045 1045 1046 1046 <xsl:template match="application[@uuid='ec0e78e8-fa43-43e8-ac0a-02c784c4a4fa']//module/class" /> 1047 1047
Note:
See TracChangeset
for help on using the changeset viewer.