VirtualBox

Changeset 77676 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 13, 2019 12:53:21 PM (6 years ago)
Author:
vboxsync
Message:

websrv-cpp.xsl: the interface name is in $thatifname, not $ifname.
XXX: $method is not defined here too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/websrv-cpp.xsl

    r69381 r77676  
    931931        <xsl:otherwise>
    932932          <xsl:call-template name="fatalError">
    933             <xsl:with-param name="msg" select="concat('emitOutputArgBackConverter2: Type &quot;', $type, '&quot; in arg &quot;', $name, '&quot; of method &quot;', $ifname, '::', $method, '&quot; has invalid wsmap attribute value &quot;', $wsmap, '&quot; in XIDL.')" />
     933            <xsl:with-param name="msg" select="concat('emitOutputArgBackConverter2: Type &quot;', $type, '&quot; in arg &quot;', $name, '&quot; of method &quot;', $thatifname, '::', $method, '&quot; has invalid wsmap attribute value &quot;', $wsmap, '&quot; in XIDL.')" />
    934934          </xsl:call-template>
    935935        </xsl:otherwise>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette