Changeset 29088 in vbox for trunk/src/VBox
- Timestamp:
- May 5, 2010 2:37:26 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61144
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImplExport.cpp
r29087 r29088 1039 1039 1040 1040 if ( desc.strVbox.isEmpty() // LsiLogic is the default in VirtualBox 1041 1041 || (!desc.strVbox.compare("lsilogic", Utf8Str::CaseInsensitive)) 1042 1042 ) 1043 1043 strResourceSubType = "lsilogic"; 1044 1044 else if (!desc.strVbox.compare("buslogic", Utf8Str::CaseInsensitive)) 1045 1045 strResourceSubType = "buslogic"; 1046 else if (!desc.strVbox.compare("lsilogicsas", Utf8Str::CaseInsensitive)) 1047 strResourceSubType = "lsilogicsas"; 1046 1048 else 1047 1049 throw setError(VBOX_E_NOT_SUPPORTED,
Note:
See TracChangeset
for help on using the changeset viewer.