Changeset 22665 in vbox
- Timestamp:
- Sep 1, 2009 2:03:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/websrv-cpp.xsl
r22266 r22665 248 248 <xsl:call-template name="emitPrologue"><xsl:with-param name="fSkipHRESULT" select="'1'"/></xsl:call-template> 249 249 250 <xsl:value-of select="concat(' resp = soap_new_vbox__', $structname, '(soap, 1);')" />250 <xsl:value-of select="concat(' resp = soap_new_vbox__', $structname, '(soap, -1);')" /> 251 251 <xsl:call-template name="emitNewline" /> 252 252 <xsl:call-template name="emitNewline" /> … … 964 964 <xsl:variable name="collectiontype" select="//collection[@name=$type]/@type" /> 965 965 <xsl:variable name="targetwsmap" select="//interface[@name=$collectiontype]/@wsmap" /> 966 <xsl:value-of select="concat('soap_new_vbox__ArrayOf', $collectiontype, '(soap, 1);')" />966 <xsl:value-of select="concat('soap_new_vbox__ArrayOf', $collectiontype, '(soap, -1);')" /> 967 967 <xsl:call-template name="emitNewlineIndent8" /> 968 968 <xsl:variable name="enumerator" select="concat('comcall_', $callerprefix, $name, '_enum')" />
Note:
See TracChangeset
for help on using the changeset viewer.