VirtualBox

Changeset 53904 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 21, 2015 8:08:56 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97755
Message:

VirtualBox.dtd: Added some missing DTD bits; VirtualBox.xidl: Include the DTD so editors can check it if the like.

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

Legend:

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

    r53865 r53904  
    7272                <!-- waitable is only relevant for event interfaces, and
    7373                     specifies that this event can be waited for. -->
    74     <!-- dtrace has a probe name length limit, so dtracename helps dealing with excessivly long names. -->
    75     <!ATTLIST interface dtrace CDATA #IMPLIED>
     74    <!ATTLIST interface wrap-hint-server-addinterfaces CDATA #IMPLIED>
     75    <!ATTLIST interface wrap-hint-server CDATA #IMPLIED>
     76    <!-- DTrace has a probe name length limit, so dtracename helps dealing with excessivly long names. -->
     77    <!ATTLIST interface dtracename CDATA #IMPLIED>
    7678  <!ELEMENT class (interface)>                                <!-- done -->
    7779    <!ATTLIST class name CDATA #REQUIRED>
     
    8789    <!ATTLIST attribute safearray (yes|no) "no">
    8890    <!ATTLIST attribute wsmap (managed|suppress) "managed">
    89     <!-- dtrace has a probe name length limit, so dtracename helps dealing with excessivly long names. -->
    90     <!ATTLIST attribute dtrace CDATA #IMPLIED>
     91    <!ATTLIST attribute wrap-hint-server CDATA #IMPLIED>
     92    <!-- DTrace has a probe name length limit, so dtracename helps dealing with excessivly long names. -->
     93    <!ATTLIST attribute dtracename CDATA #IMPLIED>
    9194  <!ELEMENT method (desc?,param*,result*)>                    <!-- done -->
    9295    <!ATTLIST method name CDATA #REQUIRED>
     
    9497    <!ATTLIST method internal (yes|no) "no">
    9598    <!ATTLIST method wsmap (managed|suppress) "managed">
    96     <!-- dtrace has a probe name length limit, so dtracename helps dealing with excessivly long names. -->
    97     <!ATTLIST attribute dtrace CDATA #IMPLIED>
     99    <!ATTLIST method wrap-hint-server CDATA #IMPLIED>
     100    <!-- DTrace has a probe name length limit, so dtracename helps dealing with excessivly long names. -->
     101    <!ATTLIST method dtracename CDATA #IMPLIED>
    98102  <!ELEMENT param (desc?)>                                    <!-- done -->
    99103    <!ATTLIST param name CDATA #REQUIRED>
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r53865 r53904  
    5555      out/<platform>/obj/Runtime/errmsgvboxcomdata.h
    5656      (<result> extraction for the %Rhrc format specifier)
     57
     58
     59   Note! SlickEdit users can use the 'xml_validate' command on the SlickEdit
     60         command line to verify the document against the DTD.
    5761-->
     62
     63<!DOCTYPE idl SYSTEM "VirtualBox.dtd">
    5864
    5965<idl>
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