VirtualBox

Changeset 23967 in vbox


Ignore:
Timestamp:
Oct 22, 2009 9:57:32 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53791
Message:

VBoxManage: ULONG => StorageControllerType_T

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp

    r23963 r23967  
    259259             * the medium being attached
    260260             */
    261             ULONG ctlType = StorageControllerType_Null;
     261            StorageControllerType_T ctlType = StorageControllerType_Null;
    262262            CHECK_ERROR(storageCtl, COMGETTER(ControllerType)(&ctlType));
    263263            if (ctlType == StorageControllerType_I82078)
     
    275275                 * for SATA/SCSI/IDE it is hard to tell if it is a harddisk or
    276276                 * a dvd being attached so lets check if the medium attachment
    277                  * and the mediumi, both are of same type. if yes then we are
     277                 * and the medium, both are of same type. if yes then we are
    278278                 * sure of its type and don't need the user to enter it manually
    279279                 * else ask the user for the type.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette