Changeset 56596 in vbox for trunk/src/VBox/Main/idl/apiwrap-server.xsl
- Timestamp:
- Jun 23, 2015 11:25:11 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101225
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/apiwrap-server.xsl
r56396 r56596 1552 1552 <xsl:value-of select="concat(position(), $name)"/> 1553 1553 <xsl:text>))(ULONG *aReserved);
</xsl:text> 1554 <xsl:text> STDMETHOD(COMSETTER(InternalAndReservedAttribute</xsl:text>1555 <xsl:value-of select="concat(position(), $name)"/>1556 <xsl:text>))(ULONG aReserved);
</xsl:text>1557 1554 </xsl:for-each> 1558 1555 </xsl:if> … … 1574 1571 <xsl:for-each select="(//*)[position() <= $reservedAttributes]"> 1575 1572 <xsl:value-of select="concat('STDMETHODIMP ', $topclass, 'Wrap::COMGETTER(InternalAndReservedAttribute', position(), $name, ')(ULONG *aReserved)
')"/> 1576 <xsl:text>{1577 NOREF(aReserved);1578 return E_NOTIMPL;1579 }1580 1581 </xsl:text>1582 <xsl:value-of select="concat('STDMETHODIMP ', $topclass, 'Wrap::COMSETTER(InternalAndReservedAttribute', position(), $name, ')(ULONG aReserved)
')"/>1583 1573 <xsl:text>{ 1584 1574 NOREF(aReserved);
Note:
See TracChangeset
for help on using the changeset viewer.