Changeset 85300 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jul 13, 2020 10:04:45 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139278
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/comimpl.xsl
r85299 r85300 777 777 <xsl:text> </xsl:text> 778 778 779 <!-- Generate the fireXxxxEvent function. -->780 <xsl:value-of select="concat('DECLHIDDEN(HRESULT) fire', $evname, '(IEventSource *aSource')"/>779 <!-- Generate the FireXxxxEvent function. --> 780 <xsl:value-of select="concat('DECLHIDDEN(HRESULT) Fire', $evname, '(IEventSource *aSource')"/> 781 781 <xsl:call-template name="genFormalParams"> 782 782 <xsl:with-param name="name" select="$ifname" /> … … 879 879 </xsl:variable> 880 880 881 <xsl:value-of select="concat('DECLHIDDEN(HRESULT) fire', $evname, '(IEventSource *aSource')"/>881 <xsl:value-of select="concat('DECLHIDDEN(HRESULT) Fire', $evname, '(IEventSource *aSource')"/> 882 882 <xsl:call-template name="genFormalParams"> 883 883 <xsl:with-param name="name" select="$ifname" />
Note:
See TracChangeset
for help on using the changeset viewer.