Changeset 30381 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jun 22, 2010 10:06:00 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62988
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r30345 r30381 14580 14580 </desc> 14581 14581 </const> 14582 14583 <const name="SnapshotEvent" value="3"> 14584 <desc> 14585 Wildcard for all snapshot events. Events of this type are never delivered, and only used in 14586 registerListener() call to simplify registration. 14587 </desc> 14588 </const> 14589 14582 14590 14583 14591 <const name="LastWildcard" value="31"> … … 14966 14974 14967 14975 <interface 14968 name="ISnapshotChange dEvent" extends="ISnapshotEvent"14976 name="ISnapshotChangeEvent" extends="ISnapshotEvent" 14969 14977 uuid="07541941-8079-447a-a33e-47a69c7980db" 14970 14978 wsmap="managed" … … 15023 15031 </class> 15024 15032 15025 <class name="CallbackWrapper" uuid=" bcacd681-7f53-4409-a2a5-8534911f9358"15033 <class name="CallbackWrapper" uuid="0AD9C4CE-3C33-4C2D-AC7B-B008196787A0" 15026 15034 namespace="virtualbox.org"> 15027 15035 <interface name="ILocalOwner" default="yes"/> 15028 15036 <interface name="IVirtualBoxCallback"/> 15029 15037 <interface name="IConsoleCallback"/> 15030 <interface name="IEventListener"/>15031 15038 </class> 15032 15039 </module>
Note:
See TracChangeset
for help on using the changeset viewer.