VirtualBox

Changeset 39091 in vbox for trunk/src/VBox/Main/webservice


Ignore:
Timestamp:
Oct 24, 2011 1:58:22 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74523
Message:

More parameter warning fixes; made PciIch9 check the saved state version.

File:
1 edited

Legend:

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

    r36883 r39091  
    538538  <xsl:call-template name="emitNewlineIndent8" />
    539539
    540   <xsl:choose>   
     540  <xsl:choose>
    541541     <xsl:when test="$safearray='yes' and $type='octet'">
    542542       <xsl:value-of select="concat('com::SafeArray&lt;BYTE&gt; comcall_',$name, ';')" />
     
    599599          <xsl:call-template name="emitNewlineIndent8" />
    600600          <xsl:value-of select="concat('    comcall_', $name, '[i] = ', $G_funcPrefixInputEnumConverter, $type, '(', $structprefix, $name, '[i]);')" />
    601         </xsl:when>       
     601        </xsl:when>
    602602        <xsl:otherwise>
    603603          <xsl:call-template name="fatalError">
     
    993993  <xsl:choose>
    994994    <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,'));')" />
    996996      <xsl:call-template name="emitNewlineIndent8" />
    997997    </xsl:when>
     
    12241224  <xsl:call-template name="emitNewline" />
    12251225  <xsl:value-of select="'    HRESULT rc = S_OK;'" />
     1226  <xsl:value-of select="concat(concat(' NOREF(', $G_responseElementVarName),');')" />
    12261227  <xsl:call-template name="emitNewline" />
    12271228  <xsl:call-template name="emitPrologue" />
     
    13701371          <xsl:call-template name="emitNewline" />
    13711372          <xsl:value-of select="'    HRESULT rc = S_OK;'" />
     1373          <xsl:value-of select="concat(concat(' NOREF(', $G_responseElementVarName),');')" />
    13721374          <xsl:call-template name="emitNewline" />
    13731375          <xsl:call-template name="emitPrologue" />
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