VirtualBox

Changeset 76084 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Dec 9, 2018 8:04:40 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127325
Message:

VBoxSDS: Enabled the process watcher for debug builds. bugref:3300 [build fix]

Location:
trunk/src/VBox/Main/idl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.dtd

    r66274 r76084  
    7575    <!ATTLIST interface wrap-hint-server-addinterfaces CDATA #IMPLIED>
    7676    <!ATTLIST interface wrap-hint-server CDATA #IMPLIED>
     77    <!ATTLIST interface wrap-gen-hook (yes|no) "no">
    7778    <!-- DTrace has a probe name length limit, so dtracename helps dealing with excessivly long names. -->
    7879    <!ATTLIST interface dtracename CDATA #IMPLIED>
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r76067 r76084  
    20102010    wsmap="managed"
    20112011    reservedMethods="8" reservedAttributes="12"
     2012    wrap-gen-hook="yes"
    20122013    >
    20132014    <desc>
  • trunk/src/VBox/Main/idl/apiwrap-server.xsl

    r66274 r76084  
    12211221    <xsl:text>));
    12221222
     1223</xsl:text>
     1224    <xsl:if test="@wrap-gen-hook='yes'">
     1225        <xsl:text>
     1226    callHook();
     1227        <xsl:text>
     1228    </xsl:if>
     1229<xsl:text>
    12231230    VirtualBoxBase::clearError();
    12241231
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette