VirtualBox

Ignore:
Timestamp:
Apr 23, 2019 4:49:28 PM (6 years ago)
Author:
vboxsync
Message:

Main: bugref:6913: Added OnStorageControllerChanged to IVirtualBox events and fixed generation the medium events

File:
1 edited

Legend:

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

    r77910 r78261  
    519519    virtual HRESULT i_onVRDEServerChange(BOOL /* aRestart */) { return S_OK; }
    520520    virtual HRESULT i_onUSBControllerChange() { return S_OK; }
    521     virtual HRESULT i_onStorageControllerChange() { return S_OK; }
     521    virtual HRESULT i_onStorageControllerChange(const com::Guid & /* aMachineId */, const com::Utf8Str & /* aControllerName */) { return S_OK; }
    522522    virtual HRESULT i_onCPUChange(ULONG /* aCPU */, BOOL /* aRemove */) { return S_OK; }
    523523    virtual HRESULT i_onCPUExecutionCapChange(ULONG /* aExecutionCap */) { return S_OK; }
     
    13261326                                      NATProtocol_T aProto, IN_BSTR aHostIp, LONG aHostPort,
    13271327                                      IN_BSTR aGuestIp, LONG aGuestPort);
    1328     HRESULT i_onStorageControllerChange();
     1328    HRESULT i_onStorageControllerChange(const com::Guid &aMachineId, const com::Utf8Str &aControllerName);
    13291329    HRESULT i_onMediumChange(IMediumAttachment *aMediumAttachment, BOOL aForce);
    13301330    HRESULT i_onVMProcessPriorityChange(VMProcPriority_T aPriority);
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