VirtualBox

Ignore:
Timestamp:
Sep 22, 2009 3:50:03 PM (15 years ago)
Author:
vboxsync
Message:

API: big medium handling change and lots of assorted other cleanups and fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp

    r22911 r23223  
    179179    }
    180180
    181     STDMETHOD(OnDVDDriveChange)()
    182     {
    183         return S_OK;
    184     }
    185 
    186     STDMETHOD(OnFloppyDriveChange)()
    187     {
    188         return S_OK;
    189     }
    190 
    191181    STDMETHOD(OnNetworkAdapterChange) (INetworkAdapter *aNetworkAdapter)
    192182    {
     
    215205
    216206    STDMETHOD(OnStorageControllerChange)()
     207    {
     208        return S_OK;
     209    }
     210
     211    STDMETHOD(OnMediumChange)(IMediumAttachment * /* aMediumAttachment */)
    217212    {
    218213        return S_OK;
     
    916911
    917912        Event *e;
    918        
     913
    919914        while (gEventQ->waitForEvent (&e) && e)
    920915          gEventQ->handleEvent (e);
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