VirtualBox

Changeset 42129 in vbox for trunk/src/VBox/Main/idl/midl.xsl


Ignore:
Timestamp:
Jul 12, 2012 5:32:31 PM (12 years ago)
Author:
vboxsync
Message:

Main/VirtualBox+Machine: add support for VM groups (incomplete, saving of settings is not implemented), remaining code adjusted accordingly, use better parameter checking macros, make XSLT generators process setter attributes using safearrays correctly, various cleanups and warning fixes
Frontends/VBoxManage: first traces of groups support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/midl.xsl

    r35913 r42129  
    66 *  from the generic interface definition expressed in XML.
    77
    8      Copyright (C) 2006-2010 Oracle Corporation
     8     Copyright (C) 2006-2012 Oracle Corporation
    99
    1010     This file is part of VirtualBox Open Source Edition (OSE), as
     
    288288      <xsl:with-param name="str" select="@name"/>
    289289    </xsl:call-template>
    290     <xsl:text> ([in</xsl:text>
    291     <xsl:if test="@safearray='yes'">
    292       <!-- VB supports only [in, out], [out] and [out, retval] arrays -->
    293       <xsl:text>, out</xsl:text>
    294     </xsl:if>
    295     <xsl:text>] </xsl:text>
     290    <xsl:text> ([in] </xsl:text>
    296291    <xsl:if test="@safearray='yes'">
    297292      <xsl:text>SAFEARRAY(</xsl:text>
     
    299294    <xsl:apply-templates select="@type"/>
    300295    <xsl:if test="@safearray='yes'">
    301       <xsl:text>) *</xsl:text>
     296      <xsl:text>)</xsl:text>
    302297    </xsl:if>
    303298    <xsl:text> a</xsl:text>
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