Changeset 53904 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 21, 2015 8:08:56 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97755
- Location:
- trunk/src/VBox/Main/idl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.dtd
r53865 r53904 72 72 <!-- waitable is only relevant for event interfaces, and 73 73 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> 76 78 <!ELEMENT class (interface)> <!-- done --> 77 79 <!ATTLIST class name CDATA #REQUIRED> … … 87 89 <!ATTLIST attribute safearray (yes|no) "no"> 88 90 <!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> 91 94 <!ELEMENT method (desc?,param*,result*)> <!-- done --> 92 95 <!ATTLIST method name CDATA #REQUIRED> … … 94 97 <!ATTLIST method internal (yes|no) "no"> 95 98 <!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> 98 102 <!ELEMENT param (desc?)> <!-- done --> 99 103 <!ATTLIST param name CDATA #REQUIRED> -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r53865 r53904 55 55 out/<platform>/obj/Runtime/errmsgvboxcomdata.h 56 56 (<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. 57 61 --> 62 63 <!DOCTYPE idl SYSTEM "VirtualBox.dtd"> 58 64 59 65 <idl>
Note:
See TracChangeset
for help on using the changeset viewer.