- Timestamp:
- Apr 3, 2009 2:38:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r18686 r18695 3278 3278 <const name="Description" value="9" /> 3279 3279 <const name="License" value="10" /> 3280 <const name="CPU" value="11" /> 3281 <const name="Memory" value="12" /> 3282 <const name="HardDiskControllerIDE" value="13" /> 3283 <const name="HardDiskControllerSATA" value="14" /> 3284 <const name="HardDiskControllerSCSI" value="15" /> 3285 <const name="HardDiskImage" value="16" /> 3286 <const name="Floppy" value="17" /> 3287 <const name="CDROM" value="18" /> 3288 <const name="NetworkAdapter" value="19" /> 3289 <const name="USBController" value="20" /> 3290 <const name="SoundCard" value="21" /> 3280 <const name="Miscellaneous" value="11" /> 3281 <const name="CPU" value="12" /> 3282 <const name="Memory" value="13" /> 3283 <const name="HardDiskControllerIDE" value="14" /> 3284 <const name="HardDiskControllerSATA" value="15" /> 3285 <const name="HardDiskControllerSCSI" value="16" /> 3286 <const name="HardDiskImage" value="17" /> 3287 <const name="Floppy" value="18" /> 3288 <const name="CDROM" value="19" /> 3289 <const name="NetworkAdapter" value="20" /> 3290 <const name="USBController" value="21" /> 3291 <const name="SoundCard" value="22" /> 3291 3292 3292 3293 </enum> … … 3355 3356 "License": the EULA section from the OVF, if present. It is the responsibility of the calling 3356 3357 code to display such a license for agreement; the Main API does not enforce any such policy. 3358 </li> 3359 <li> 3360 Miscellaneous: reserved for future use. 3357 3361 </li> 3358 3362 <li>
Note:
See TracChangeset
for help on using the changeset viewer.