VirtualBox

Changeset 17162 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 26, 2009 12:53:23 PM (16 years ago)
Author:
vboxsync
Message:

OVF: wrong error code returned

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r17159 r17162  
    22092209
    22102210                                    default:
    2211                                         throw setError(VERR_NOT_IMPLEMENTED,
     2211                                        throw setError(VBOX_E_NOT_SUPPORTED,
    22122212                                                       tr("Invalid channel %RI16 specified; IDE conrollers support only 0, 1 or 2"), vd.ulAddressOnParent);
    22132213                                    break;
     
    22232223                            case HardDiskController::SCSI:
    22242224//                                 mhda.busType = StorageBus_SCSI;
    2225                                 throw setError(VERR_NOT_IMPLEMENTED,
     2225                                throw setError(VBOX_E_NOT_SUPPORTED,
    22262226                                               tr("SCSI controller support is not available yet in VirtualBox"));
    2227                                     // @ŧodo
     2227                                    // @todo
    22282228                            break;
    22292229
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