Changeset 69379 in vbox for trunk/src/VBox/Main/idl/midl.xsl
- Timestamp:
- Oct 26, 2017 4:23:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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>
Note:
See TracChangeset
for help on using the changeset viewer.