VirtualBox

Changeset 17669 in vbox for trunk/src/VBox/Main/xpcom


Ignore:
Timestamp:
Mar 11, 2009 9:56:29 AM (16 years ago)
Author:
vboxsync
Message:

Main: Rework storage controller handling to allow an arbitrary number of different storage controllers and remove code duplication:

  • XML format changed
  • New StorageController class
  • Removed SATAController (obsolete)
  • Removed the IDE controller code from BIOSSettings, handled in StorageController now
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xpcom/server.cpp

    r17553 r17669  
    115115# include <USBDeviceImpl.h>
    116116#endif
    117 #include <SATAControllerImpl.h>
     117#include <StorageControllerImpl.h>
    118118#include <AudioAdapterImpl.h>
    119119#include <SystemPropertiesImpl.h>
     
    210210NS_IMPL_THREADSAFE_ISUPPORTS1_CI(USBController, IUSBController)
    211211
    212 NS_DECL_CLASSINFO(SATAController)
    213 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(SATAController, ISATAController)
     212NS_DECL_CLASSINFO(StorageController)
     213NS_IMPL_THREADSAFE_ISUPPORTS1_CI(StorageController, IStorageController)
    214214
    215215#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