VirtualBox

Changeset 35429 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jan 7, 2011 2:42:24 PM (14 years ago)
Author:
vboxsync
Message:

Main: fix bug that dvd/floppy host drives would not be restored from machine settings but always result in empty drives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/HostImpl.h

    r33540 r35429  
    109109
    110110    HRESULT getDrives(DeviceType_T mediumType, bool fRefresh, MediaList *&pll);
    111     HRESULT findHostDrive(DeviceType_T mediumType, const Guid &uuid, bool fRefresh, ComObjPtr<Medium> &pMedium);
     111    HRESULT findHostDriveById(DeviceType_T mediumType, const Guid &uuid, bool fRefresh, ComObjPtr<Medium> &pMedium);
     112    HRESULT findHostDriveByName(DeviceType_T mediumType, const Utf8Str &strLocationFull, bool fRefresh, ComObjPtr<Medium> &pMedium);
    112113
    113114#ifdef VBOX_WITH_USB
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