Changeset 39091 in vbox for trunk/src/VBox/Main/webservice
- Timestamp:
- Oct 24, 2011 1:58:22 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74523
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/websrv-cpp.xsl
r36883 r39091 538 538 <xsl:call-template name="emitNewlineIndent8" /> 539 539 540 <xsl:choose> 540 <xsl:choose> 541 541 <xsl:when test="$safearray='yes' and $type='octet'"> 542 542 <xsl:value-of select="concat('com::SafeArray<BYTE> comcall_',$name, ';')" /> … … 599 599 <xsl:call-template name="emitNewlineIndent8" /> 600 600 <xsl:value-of select="concat(' comcall_', $name, '[i] = ', $G_funcPrefixInputEnumConverter, $type, '(', $structprefix, $name, '[i]);')" /> 601 </xsl:when> 601 </xsl:when> 602 602 <xsl:otherwise> 603 603 <xsl:call-template name="fatalError"> … … 993 993 <xsl:choose> 994 994 <xsl:when test="$safearray='yes' and $type='octet'"> 995 <xsl:value-of select="concat($receiverVariable, ' = Base64EncodeByteArray(ComSafeArrayAsInParam(', $varname,'));')" /> 995 <xsl:value-of select="concat($receiverVariable, ' = Base64EncodeByteArray(ComSafeArrayAsInParam(', $varname,'));')" /> 996 996 <xsl:call-template name="emitNewlineIndent8" /> 997 997 </xsl:when> … … 1224 1224 <xsl:call-template name="emitNewline" /> 1225 1225 <xsl:value-of select="' HRESULT rc = S_OK;'" /> 1226 <xsl:value-of select="concat(concat(' NOREF(', $G_responseElementVarName),');')" /> 1226 1227 <xsl:call-template name="emitNewline" /> 1227 1228 <xsl:call-template name="emitPrologue" /> … … 1370 1371 <xsl:call-template name="emitNewline" /> 1371 1372 <xsl:value-of select="' HRESULT rc = S_OK;'" /> 1373 <xsl:value-of select="concat(concat(' NOREF(', $G_responseElementVarName),');')" /> 1372 1374 <xsl:call-template name="emitNewline" /> 1373 1375 <xsl:call-template name="emitPrologue" />
Note:
See TracChangeset
for help on using the changeset viewer.