Changeset 77676 in vbox for trunk/src/VBox
- Timestamp:
- Mar 13, 2019 12:53:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/websrv-cpp.xsl
r69381 r77676 931 931 <xsl:otherwise> 932 932 <xsl:call-template name="fatalError"> 933 <xsl:with-param name="msg" select="concat('emitOutputArgBackConverter2: Type "', $type, '" in arg "', $name, '" of method "', $ ifname, '::', $method, '" has invalid wsmap attribute value "', $wsmap, '" in XIDL.')" />933 <xsl:with-param name="msg" select="concat('emitOutputArgBackConverter2: Type "', $type, '" in arg "', $name, '" of method "', $thatifname, '::', $method, '" has invalid wsmap attribute value "', $wsmap, '" in XIDL.')" /> 934 934 </xsl:call-template> 935 935 </xsl:otherwise>
Note:
See TracChangeset
for help on using the changeset viewer.