VirtualBox

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


Ignore:
Timestamp:
Nov 11, 2009 1:50:27 PM (15 years ago)
Author:
vboxsync
Message:

Main/Console: fix taking snapshots of a VM with several hard disk attachments, a
nd deal correctly with DVD/floppy drives. Plus a bit of cleanup/renaming.

File:
1 edited

Legend:

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

    r24493 r24579  
    223223    }
    224224
     225    static const char *convertControllerTypeToDev(StorageControllerType_T enmCtrlType);
     226    static HRESULT convertBusPortDeviceToLun(StorageBus_T enmBus, LONG port, LONG device, unsigned &uLun);
     227
    225228    // for VirtualBoxSupportErrorInfoImpl
    226229    static const wchar_t *getComponentName() { return L"Console"; }
     
    443446                                          const char *pszFormat, bool fPassthrough,
    444447                                          bool fForce);
    445     const char *controllerTypeToDev(StorageControllerType_T enmCtrlType);
    446     HRESULT convertBusPortDeviceToLun(StorageBus_T enmBus, LONG port, LONG device, unsigned &uLun);
    447448    HRESULT doMediumChange(IMediumAttachment *aMediumAttachment, bool fForce);
    448449
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