Changeset 29984 in vbox for trunk/src/VBox/Main/ApplianceImplExport.cpp
- Timestamp:
- Jun 2, 2010 12:22:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImplExport.cpp
r29981 r29984 875 875 : desc.type == VirtualSystemDescriptionType_HardDiskControllerSATA ? "HardDiskControllerSATA" 876 876 : desc.type == VirtualSystemDescriptionType_HardDiskControllerSCSI ? "HardDiskControllerSCSI" 877 : desc.type == VirtualSystemDescriptionType_HardDiskControllerSAS ? "HardDiskControllerSAS" 877 878 : desc.type == VirtualSystemDescriptionType_HardDiskImage ? "HardDiskImage" 878 879 : Utf8StrFmt("%d", desc.type).c_str()),
Note:
See TracChangeset
for help on using the changeset viewer.