VirtualBox

Changeset 85300 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Jul 13, 2020 10:04:45 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139278
Message:

Main/comimpl.xsl,++: fireXxxxEvent -> ::FireXxxxEvent. bugref:9790

File:
1 edited

Legend:

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

    r85299 r85300  
    777777  <xsl:text>&#10;</xsl:text>
    778778
    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')"/>
    781781  <xsl:call-template name="genFormalParams">
    782782    <xsl:with-param name="name" select="$ifname" />
     
    879879    </xsl:variable>
    880880
    881     <xsl:value-of select="concat('DECLHIDDEN(HRESULT) fire', $evname, '(IEventSource *aSource')"/>
     881    <xsl:value-of select="concat('DECLHIDDEN(HRESULT) Fire', $evname, '(IEventSource *aSource')"/>
    882882    <xsl:call-template name="genFormalParams">
    883883      <xsl:with-param name="name" select="$ifname" />
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