Changeset 17260 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Mar 3, 2009 9:16:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r17255 r17260 7457 7457 --> 7458 7458 7459 <enumerator7460 name="ISnapshotEnumerator" type="ISnapshot"7461 uuid="25cfa2a4-1f1d-4f05-9658-b7a5894ef1a3"7462 />7463 7464 <collection7465 name="ISnapshotCollection" type="ISnapshot"7466 enumerator="ISnapshotEnumerator"7467 uuid="23852e3c-94cd-4801-ab05-ed35675b3894"7468 readonly="yes"7469 />7470 7471 7459 <interface 7472 7460 name="ISnapshot" extends="$unknown" 7473 uuid=" 9f1bbf79-13b0-4da2-abba-4a992c65c083"7461 uuid="5db6b1d9-c76b-4424-a6f4-8257f642d6ea" 7474 7462 wsmap="managed" 7475 7463 > … … 7664 7652 </attribute> 7665 7653 7666 <attribute name="children" type="ISnapshot Collection" readonly="yes">7654 <attribute name="children" type="ISnapshot" readonly="yes" safearray="yes"> 7667 7655 <desc> 7668 7656 Child snapshots (all snapshots having this one as a parent).
Note:
See TracChangeset
for help on using the changeset viewer.