Changeset 23967 in vbox
- Timestamp:
- Oct 22, 2009 9:57:32 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53791
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp
r23963 r23967 259 259 * the medium being attached 260 260 */ 261 ULONGctlType = StorageControllerType_Null;261 StorageControllerType_T ctlType = StorageControllerType_Null; 262 262 CHECK_ERROR(storageCtl, COMGETTER(ControllerType)(&ctlType)); 263 263 if (ctlType == StorageControllerType_I82078) … … 275 275 * for SATA/SCSI/IDE it is hard to tell if it is a harddisk or 276 276 * a dvd being attached so lets check if the medium attachment 277 * and the medium i, both are of same type. if yes then we are277 * and the medium, both are of same type. if yes then we are 278 278 * sure of its type and don't need the user to enter it manually 279 279 * else ask the user for the type.
Note:
See TracChangeset
for help on using the changeset viewer.